2024-01-21T11:25:17.650 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-21T11:25:17.650 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi --verbose --archive /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524481 --owner scheduled_yuriw@teuthology --description rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} -- /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524481/orig.config.yaml 2024-01-21T11:25:17.684 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-21T11:25:17.777 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524481 branch: wip-yuri4-testing-2024-01-18-1257-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: '7524481' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-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-yuri4-testing-2024-01-18-1257-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: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri4-testing-2024-01-18-1257-pacific sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 8186 sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2024-01-18-1257-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec targets: smithi071.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPouNCGXV+z5H1qYbrq+z2Vto+kHjgTT9sbEU+5mgaWUroSPQFCZwPjr/zt6WyxOnQCtZ+iMrmSiTN3/XcVWuAw= smithi204.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA4M7Y+PWUuI63+3WRMUz3ob6eZKP3+8NOTSlyqgvEHDkRP4Jpc2ulbVe2dVU83UzMSIBeo2ihAoDYPDH9jo9fU= 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-19_23:17:02 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-21T11:25:17.777 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa; will attempt to use it 2024-01-21T11:25:17.778 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks 2024-01-21T11:25:17.778 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-21T11:25:17.780 INFO:teuthology.task.internal:Checking packages... 2024-01-21T11:25:17.801 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec' 2024-01-21T11:25:17.801 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-21T11:25:17.801 INFO:teuthology.packaging:ref: None 2024-01-21T11:25:17.801 INFO:teuthology.packaging:tag: None 2024-01-21T11:25:17.802 INFO:teuthology.packaging:branch: wip-yuri4-testing-2024-01-18-1257-pacific 2024-01-21T11:25:17.802 INFO:teuthology.packaging:sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T11:25:17.802 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri4-testing-2024-01-18-1257-pacific 2024-01-21T11:25:18.021 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-454.gea310589 2024-01-21T11:25:18.023 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-21T11:25:18.030 INFO:teuthology.task.internal:no buildpackages task found 2024-01-21T11:25:18.030 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-21T11:25:18.152 INFO:teuthology.task.internal:Saving configuration 2024-01-21T11:25:18.165 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-21T11:25:18.184 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T11:25:18.209 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524481', '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-21 11:19:58.700110', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPouNCGXV+z5H1qYbrq+z2Vto+kHjgTT9sbEU+5mgaWUroSPQFCZwPjr/zt6WyxOnQCtZ+iMrmSiTN3/XcVWuAw='} 2024-01-21T11:25:18.229 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi204.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524481', '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-21 11:19:58.698640', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA4M7Y+PWUuI63+3WRMUz3ob6eZKP3+8NOTSlyqgvEHDkRP4Jpc2ulbVe2dVU83UzMSIBeo2ihAoDYPDH9jo9fU='} 2024-01-21T11:25:18.229 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-21T11:25:18.235 INFO:teuthology.task.internal:roles: ubuntu@smithi071.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-21T11:25:18.235 INFO:teuthology.task.internal:roles: ubuntu@smithi204.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-21T11:25:18.236 INFO:teuthology.run_tasks:Running task console_log... 2024-01-21T11:25:18.398 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe2a2347160>, signals=[15]) 2024-01-21T11:25:18.399 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-21T11:25:18.404 INFO:teuthology.task.internal:Opening connections... 2024-01-21T11:25:18.404 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi071.front.sepia.ceph.com 2024-01-21T11:25:18.406 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:25:18.481 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi204.front.sepia.ceph.com 2024-01-21T11:25:18.481 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:25:18.550 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-21T11:25:18.557 DEBUG:teuthology.orchestra.run.smithi071:> uname -m 2024-01-21T11:25:18.578 INFO:teuthology.orchestra.run.smithi071.stdout:x86_64 2024-01-21T11:25:18.578 DEBUG:teuthology.orchestra.run.smithi071:> cat /etc/os-release 2024-01-21T11:25:18.639 INFO:teuthology.orchestra.run.smithi071.stdout:NAME="CentOS Stream" 2024-01-21T11:25:18.639 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION="8" 2024-01-21T11:25:18.639 INFO:teuthology.orchestra.run.smithi071.stdout:ID="centos" 2024-01-21T11:25:18.639 INFO:teuthology.orchestra.run.smithi071.stdout:ID_LIKE="rhel fedora" 2024-01-21T11:25:18.639 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_ID="8" 2024-01-21T11:25:18.639 INFO:teuthology.orchestra.run.smithi071.stdout:PLATFORM_ID="platform:el8" 2024-01-21T11:25:18.639 INFO:teuthology.orchestra.run.smithi071.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-21T11:25:18.639 INFO:teuthology.orchestra.run.smithi071.stdout:ANSI_COLOR="0;31" 2024-01-21T11:25:18.639 INFO:teuthology.orchestra.run.smithi071.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-21T11:25:18.639 INFO:teuthology.orchestra.run.smithi071.stdout:HOME_URL="https://centos.org/" 2024-01-21T11:25:18.639 INFO:teuthology.orchestra.run.smithi071.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-21T11:25:18.640 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-21T11:25:18.640 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-21T11:25:18.640 INFO:teuthology.lock.ops:Updating smithi071.front.sepia.ceph.com on lock server 2024-01-21T11:25:18.662 DEBUG:teuthology.orchestra.run.smithi204:> uname -m 2024-01-21T11:25:18.685 INFO:teuthology.orchestra.run.smithi204.stdout:x86_64 2024-01-21T11:25:18.685 DEBUG:teuthology.orchestra.run.smithi204:> cat /etc/os-release 2024-01-21T11:25:18.746 INFO:teuthology.orchestra.run.smithi204.stdout:NAME="CentOS Stream" 2024-01-21T11:25:18.746 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION="8" 2024-01-21T11:25:18.746 INFO:teuthology.orchestra.run.smithi204.stdout:ID="centos" 2024-01-21T11:25:18.746 INFO:teuthology.orchestra.run.smithi204.stdout:ID_LIKE="rhel fedora" 2024-01-21T11:25:18.747 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION_ID="8" 2024-01-21T11:25:18.747 INFO:teuthology.orchestra.run.smithi204.stdout:PLATFORM_ID="platform:el8" 2024-01-21T11:25:18.747 INFO:teuthology.orchestra.run.smithi204.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-21T11:25:18.747 INFO:teuthology.orchestra.run.smithi204.stdout:ANSI_COLOR="0;31" 2024-01-21T11:25:18.747 INFO:teuthology.orchestra.run.smithi204.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-21T11:25:18.747 INFO:teuthology.orchestra.run.smithi204.stdout:HOME_URL="https://centos.org/" 2024-01-21T11:25:18.747 INFO:teuthology.orchestra.run.smithi204.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-21T11:25:18.747 INFO:teuthology.orchestra.run.smithi204.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-21T11:25:18.747 INFO:teuthology.orchestra.run.smithi204.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-21T11:25:18.747 INFO:teuthology.lock.ops:Updating smithi204.front.sepia.ceph.com on lock server 2024-01-21T11:25:18.770 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-21T11:25:18.777 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-21T11:25:18.794 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-21T11:25:18.794 DEBUG:teuthology.orchestra.run.smithi071:> test '!' -e /home/ubuntu/cephtest 2024-01-21T11:25:18.797 DEBUG:teuthology.orchestra.run.smithi204:> test '!' -e /home/ubuntu/cephtest 2024-01-21T11:25:18.817 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-21T11:25:18.899 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-21T11:25:18.900 DEBUG:teuthology.orchestra.run.smithi071:> test -z $(ls -A /var/lib/ceph) 2024-01-21T11:25:18.902 DEBUG:teuthology.orchestra.run.smithi204:> test -z $(ls -A /var/lib/ceph) 2024-01-21T11:25:18.933 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-21T11:25:18.987 INFO:teuthology.run_tasks:Running task kernel... 2024-01-21T11:25:18.999 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-21T11:25:18.999 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-21T11:25:19.000 DEBUG:teuthology.orchestra.run.smithi071:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-21T11:25:19.000 DEBUG:teuthology.orchestra.run.smithi204:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-21T11:25:19.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:25:19.020 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-01-21T11:25:19.020 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:25:19.021 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2024-01-21T11:25:19.082 INFO:teuthology.orchestra.run.smithi204.stdout:4.18.0-489.el8.x86_64 2024-01-21T11:25:19.083 INFO:teuthology.task.kernel:Running kernel on smithi204: 4.18.0-489.el8.x86_64 2024-01-21T11:25:19.083 DEBUG:teuthology.orchestra.run.smithi204:> sudo yum install -y kernel 2024-01-21T11:25:19.084 INFO:teuthology.orchestra.run.smithi071.stdout:4.18.0-489.el8.x86_64 2024-01-21T11:25:19.084 INFO:teuthology.task.kernel:Running kernel on smithi071: 4.18.0-489.el8.x86_64 2024-01-21T11:25:19.084 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum install -y kernel 2024-01-21T11:26:39.693 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 8 - AppStream 346 kB/s | 26 MB 01:18 2024-01-21T11:26:42.174 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - AppStream 335 kB/s | 26 MB 01:20 2024-01-21T11:27:30.549 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - BaseOS 241 kB/s | 10 MB 00:43 2024-01-21T11:27:30.929 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 8 - BaseOS 226 kB/s | 10 MB 00:46 2024-01-21T11:27:32.624 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - Extras 36 kB/s | 18 kB 00:00 2024-01-21T11:27:32.946 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 8 - Extras 41 kB/s | 18 kB 00:00 2024-01-21T11:27:32.975 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - Extras common packages 29 kB/s | 6.9 kB 00:00 2024-01-21T11:27:33.201 INFO:teuthology.orchestra.run.smithi071.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2024-01-21T11:27:33.313 INFO:teuthology.orchestra.run.smithi204.stdout:CentOS Stream 8 - Extras common packages 27 kB/s | 6.9 kB 00:00 2024-01-21T11:27:33.557 INFO:teuthology.orchestra.run.smithi204.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2024-01-21T11:27:34.596 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2024-01-21T11:27:34.832 INFO:teuthology.orchestra.run.smithi204.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2024-01-21T11:27:38.310 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 661 kB/s | 24 kB 00:00 2024-01-21T11:27:38.549 INFO:teuthology.orchestra.run.smithi204.stdout:lab-extras 599 kB/s | 24 kB 00:00 2024-01-21T11:27:41.166 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-21T11:27:41.166 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-21T11:27:41.266 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-01-21T11:27:41.266 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-21T11:27:41.267 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-01-21T11:27:41.267 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-21T11:27:41.267 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-01-21T11:27:41.267 INFO:teuthology.orchestra.run.smithi071.stdout: kernel x86_64 4.18.0-535.el8 baseos 10 M 2024-01-21T11:27:41.267 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-01-21T11:27:41.267 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-core x86_64 4.18.0-535.el8 baseos 43 M 2024-01-21T11:27:41.267 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules x86_64 4.18.0-535.el8 baseos 36 M 2024-01-21T11:27:41.267 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:27:41.267 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-01-21T11:27:41.267 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-21T11:27:41.267 INFO:teuthology.orchestra.run.smithi071.stdout:Install 3 Packages 2024-01-21T11:27:41.267 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:27:41.269 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 89 M 2024-01-21T11:27:41.269 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 96 M 2024-01-21T11:27:41.269 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-01-21T11:27:41.421 INFO:teuthology.orchestra.run.smithi204.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-21T11:27:41.421 INFO:teuthology.orchestra.run.smithi204.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-21T11:27:41.543 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-01-21T11:27:41.544 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-21T11:27:41.544 INFO:teuthology.orchestra.run.smithi204.stdout: Package Architecture Version Repository Size 2024-01-21T11:27:41.544 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-21T11:27:41.544 INFO:teuthology.orchestra.run.smithi204.stdout:Installing: 2024-01-21T11:27:41.544 INFO:teuthology.orchestra.run.smithi204.stdout: kernel x86_64 4.18.0-535.el8 baseos 10 M 2024-01-21T11:27:41.544 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-01-21T11:27:41.545 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-core x86_64 4.18.0-535.el8 baseos 43 M 2024-01-21T11:27:41.545 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-modules x86_64 4.18.0-535.el8 baseos 36 M 2024-01-21T11:27:41.545 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-21T11:27:41.545 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-01-21T11:27:41.545 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-21T11:27:41.545 INFO:teuthology.orchestra.run.smithi204.stdout:Install 3 Packages 2024-01-21T11:27:41.545 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-21T11:27:41.546 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 89 M 2024-01-21T11:27:41.546 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 96 M 2024-01-21T11:27:41.546 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-01-21T11:28:58.093 INFO:teuthology.orchestra.run.smithi204.stdout:(1/3): kernel-4.18.0-535.el8.x86_64.rpm 137 kB/s | 10 MB 01:16 2024-01-21T11:29:11.070 INFO:teuthology.orchestra.run.smithi071.stdout:(1/3): kernel-4.18.0-535.el8.x86_64.rpm 117 kB/s | 10 MB 01:29 2024-01-21T11:32:13.496 INFO:teuthology.orchestra.run.smithi204.stdout:(2/3): kernel-modules-4.18.0-535.el8.x86_64.rpm 135 kB/s | 36 MB 04:31 2024-01-21T11:32:14.793 INFO:teuthology.orchestra.run.smithi071.stdout:(2/3): kernel-modules-4.18.0-535.el8.x86_64.rpm 135 kB/s | 36 MB 04:33 2024-01-21T11:33:07.482 INFO:teuthology.orchestra.run.smithi204.stdout:(3/3): kernel-core-4.18.0-535.el8.x86_64.rpm 135 kB/s | 43 MB 05:25 2024-01-21T11:33:07.482 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-01-21T11:33:07.482 INFO:teuthology.orchestra.run.smithi204.stdout:Total 280 kB/s | 89 MB 05:25 2024-01-21T11:33:08.152 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-01-21T11:33:08.574 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-01-21T11:33:08.574 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-01-21T11:33:09.810 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-01-21T11:33:09.838 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-01-21T11:33:12.579 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-01-21T11:33:13.177 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-21T11:33:16.738 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-21T11:33:17.150 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-21T11:33:20.589 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-21T11:33:20.864 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : kernel-4.18.0-535.el8.x86_64 3/3 2024-01-21T11:33:26.229 INFO:teuthology.orchestra.run.smithi071.stdout:(3/3): kernel-core-4.18.0-535.el8.x86_64.rpm 128 kB/s | 43 MB 05:44 2024-01-21T11:33:26.229 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-01-21T11:33:26.229 INFO:teuthology.orchestra.run.smithi071.stdout:Total 265 kB/s | 89 MB 05:44 2024-01-21T11:33:26.908 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-01-21T11:33:27.331 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-01-21T11:33:27.331 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-01-21T11:33:28.574 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-01-21T11:33:28.607 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-01-21T11:33:31.383 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-01-21T11:33:31.902 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-21T11:33:35.474 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-21T11:33:35.917 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-21T11:33:39.341 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-21T11:33:39.615 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-4.18.0-535.el8.x86_64 3/3 2024-01-21T11:33:42.572 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 3/3 2024-01-21T11:33:42.594 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-21T11:33:42.941 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: kernel-4.18.0-535.el8.x86_64 3/3 2024-01-21T11:33:42.942 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : kernel-4.18.0-535.el8.x86_64 1/3 2024-01-21T11:33:42.942 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : kernel-core-4.18.0-535.el8.x86_64 2/3 2024-01-21T11:33:43.400 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-21T11:33:43.400 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-21T11:33:43.400 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-01-21T11:33:43.400 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-4.18.0-535.el8.x86_64 kernel-core-4.18.0-535.el8.x86_64 2024-01-21T11:33:43.400 INFO:teuthology.orchestra.run.smithi204.stdout: kernel-modules-4.18.0-535.el8.x86_64 2024-01-21T11:33:43.400 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-21T11:33:43.400 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-01-21T11:33:43.536 DEBUG:teuthology.orchestra.run.smithi204:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T11:33:43.754 INFO:teuthology.orchestra.run.smithi204.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-21T11:33:43.754 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-21T11:33:43.755 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-535.el8.x86_64 2024-01-21T11:33:43.755 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-21T11:33:43.755 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-21T11:33:43.755 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-21T11:33:43.755 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi204.front.sepia.ceph.com, path=None, version=distro) 2024-01-21T11:33:43.755 DEBUG:teuthology.orchestra.run.smithi204:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T11:33:43.965 INFO:teuthology.orchestra.run.smithi204.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-21T11:33:43.966 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-21T11:33:43.966 DEBUG:teuthology.orchestra.run.smithi204:> sudo rpm -qi grub2-tools 2024-01-21T11:33:43.999 INFO:teuthology.orchestra.run.smithi204.stdout:Name : grub2-tools 2024-01-21T11:33:43.999 INFO:teuthology.orchestra.run.smithi204.stdout:Epoch : 1 2024-01-21T11:33:43.999 INFO:teuthology.orchestra.run.smithi204.stdout:Version : 2.02 2024-01-21T11:33:44.000 INFO:teuthology.orchestra.run.smithi204.stdout:Release : 129.el8 2024-01-21T11:33:44.000 INFO:teuthology.orchestra.run.smithi204.stdout:Architecture: x86_64 2024-01-21T11:33:44.000 INFO:teuthology.orchestra.run.smithi204.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-21T11:33:44.000 INFO:teuthology.orchestra.run.smithi204.stdout:Group : System Environment/Base 2024-01-21T11:33:44.000 INFO:teuthology.orchestra.run.smithi204.stdout:Size : 9265586 2024-01-21T11:33:44.000 INFO:teuthology.orchestra.run.smithi204.stdout:License : GPLv3+ 2024-01-21T11:33:44.000 INFO:teuthology.orchestra.run.smithi204.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-21T11:33:44.000 INFO:teuthology.orchestra.run.smithi204.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-21T11:33:44.000 INFO:teuthology.orchestra.run.smithi204.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-21T11:33:44.000 INFO:teuthology.orchestra.run.smithi204.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-21T11:33:44.000 INFO:teuthology.orchestra.run.smithi204.stdout:Relocations : (not relocatable) 2024-01-21T11:33:44.000 INFO:teuthology.orchestra.run.smithi204.stdout:Packager : CentOS BuildSystem 2024-01-21T11:33:44.000 INFO:teuthology.orchestra.run.smithi204.stdout:Vendor : CentOS 2024-01-21T11:33:44.000 INFO:teuthology.orchestra.run.smithi204.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-21T11:33:44.001 INFO:teuthology.orchestra.run.smithi204.stdout:Summary : Support tools for GRUB. 2024-01-21T11:33:44.001 INFO:teuthology.orchestra.run.smithi204.stdout:Description : 2024-01-21T11:33:44.001 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-21T11:33:44.001 INFO:teuthology.orchestra.run.smithi204.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-21T11:33:44.001 INFO:teuthology.orchestra.run.smithi204.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-21T11:33:44.001 INFO:teuthology.orchestra.run.smithi204.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-21T11:33:44.001 INFO:teuthology.orchestra.run.smithi204.stdout:hardware devices. 2024-01-21T11:33:44.001 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-21T11:33:44.001 INFO:teuthology.orchestra.run.smithi204.stdout:This subpackage provides tools for support of all platforms. 2024-01-21T11:33:44.002 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-21T11:33:44.002 INFO:teuthology.task.kernel:Updating grub on smithi204 to boot 4.18.0-535.el8.x86_64 2024-01-21T11:33:44.002 DEBUG:teuthology.orchestra.run.smithi204:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-21T11:33:45.783 INFO:teuthology.orchestra.run.smithi204.stderr:Generating grub configuration file ... 2024-01-21T11:33:47.853 INFO:teuthology.orchestra.run.smithi204.stderr:done 2024-01-21T11:33:47.855 DEBUG:teuthology.orchestra.run.smithi204:> mktemp 2024-01-21T11:33:47.878 INFO:teuthology.orchestra.run.smithi204.stdout:/tmp/tmp.vbgnvvFxkj 2024-01-21T11:33:47.878 DEBUG:teuthology.orchestra.run.smithi204:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.vbgnvvFxkj 2024-01-21T11:33:47.953 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 0666 /tmp/tmp.vbgnvvFxkj 2024-01-21T11:33:48.100 DEBUG:teuthology.orchestra.remote:smithi204:/tmp/tmp.vbgnvvFxkj is 6KB 2024-01-21T11:33:48.123 DEBUG:teuthology.orchestra.run.smithi204:> rm -fr /tmp/tmp.vbgnvvFxkj 2024-01-21T11:33:48.140 DEBUG:teuthology.orchestra.run.smithi204:> sudo /bin/ls /boot/loader/entries || true 2024-01-21T11:33:48.205 INFO:teuthology.orchestra.run.smithi204.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-21T11:33:48.205 INFO:teuthology.orchestra.run.smithi204.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-21T11:33:48.205 INFO:teuthology.orchestra.run.smithi204.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-21T11:33:48.205 INFO:teuthology.orchestra.run.smithi204.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64.conf 2024-01-21T11:33:48.206 DEBUG:teuthology.orchestra.run.smithi204:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64 2024-01-21T11:33:48.346 DEBUG:teuthology.orchestra.run.smithi204:> sudo shutdown -r now 2024-01-21T11:34:01.396 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 3/3 2024-01-21T11:34:01.418 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-21T11:34:01.761 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-4.18.0-535.el8.x86_64 3/3 2024-01-21T11:34:01.761 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-4.18.0-535.el8.x86_64 1/3 2024-01-21T11:34:01.762 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-core-4.18.0-535.el8.x86_64 2/3 2024-01-21T11:34:02.198 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-21T11:34:02.198 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:34:02.198 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-01-21T11:34:02.198 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-4.18.0-535.el8.x86_64 kernel-core-4.18.0-535.el8.x86_64 2024-01-21T11:34:02.198 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules-4.18.0-535.el8.x86_64 2024-01-21T11:34:02.198 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:34:02.198 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-01-21T11:34:02.365 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T11:34:02.621 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-21T11:34:02.621 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-21T11:34:02.622 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-535.el8.x86_64 2024-01-21T11:34:02.622 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-21T11:34:02.622 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-21T11:34:02.622 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-21T11:34:02.622 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi071.front.sepia.ceph.com, path=None, version=distro) 2024-01-21T11:34:02.622 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T11:34:02.830 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-21T11:34:02.831 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-21T11:34:02.831 DEBUG:teuthology.orchestra.run.smithi071:> sudo rpm -qi grub2-tools 2024-01-21T11:34:02.864 INFO:teuthology.orchestra.run.smithi071.stdout:Name : grub2-tools 2024-01-21T11:34:02.864 INFO:teuthology.orchestra.run.smithi071.stdout:Epoch : 1 2024-01-21T11:34:02.864 INFO:teuthology.orchestra.run.smithi071.stdout:Version : 2.02 2024-01-21T11:34:02.864 INFO:teuthology.orchestra.run.smithi071.stdout:Release : 129.el8 2024-01-21T11:34:02.864 INFO:teuthology.orchestra.run.smithi071.stdout:Architecture: x86_64 2024-01-21T11:34:02.864 INFO:teuthology.orchestra.run.smithi071.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-21T11:34:02.864 INFO:teuthology.orchestra.run.smithi071.stdout:Group : System Environment/Base 2024-01-21T11:34:02.864 INFO:teuthology.orchestra.run.smithi071.stdout:Size : 9265586 2024-01-21T11:34:02.864 INFO:teuthology.orchestra.run.smithi071.stdout:License : GPLv3+ 2024-01-21T11:34:02.864 INFO:teuthology.orchestra.run.smithi071.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-21T11:34:02.865 INFO:teuthology.orchestra.run.smithi071.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-21T11:34:02.865 INFO:teuthology.orchestra.run.smithi071.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-21T11:34:02.865 INFO:teuthology.orchestra.run.smithi071.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-21T11:34:02.865 INFO:teuthology.orchestra.run.smithi071.stdout:Relocations : (not relocatable) 2024-01-21T11:34:02.865 INFO:teuthology.orchestra.run.smithi071.stdout:Packager : CentOS BuildSystem 2024-01-21T11:34:02.865 INFO:teuthology.orchestra.run.smithi071.stdout:Vendor : CentOS 2024-01-21T11:34:02.865 INFO:teuthology.orchestra.run.smithi071.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-21T11:34:02.865 INFO:teuthology.orchestra.run.smithi071.stdout:Summary : Support tools for GRUB. 2024-01-21T11:34:02.865 INFO:teuthology.orchestra.run.smithi071.stdout:Description : 2024-01-21T11:34:02.865 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:34:02.865 INFO:teuthology.orchestra.run.smithi071.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-21T11:34:02.865 INFO:teuthology.orchestra.run.smithi071.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-21T11:34:02.865 INFO:teuthology.orchestra.run.smithi071.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-21T11:34:02.865 INFO:teuthology.orchestra.run.smithi071.stdout:hardware devices. 2024-01-21T11:34:02.865 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:34:02.866 INFO:teuthology.orchestra.run.smithi071.stdout:This subpackage provides tools for support of all platforms. 2024-01-21T11:34:02.866 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-21T11:34:02.866 INFO:teuthology.task.kernel:Updating grub on smithi071 to boot 4.18.0-535.el8.x86_64 2024-01-21T11:34:02.867 DEBUG:teuthology.orchestra.run.smithi071:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-21T11:34:04.642 INFO:teuthology.orchestra.run.smithi071.stderr:Generating grub configuration file ... 2024-01-21T11:34:07.256 INFO:teuthology.orchestra.run.smithi071.stderr:done 2024-01-21T11:34:07.261 DEBUG:teuthology.orchestra.run.smithi071:> mktemp 2024-01-21T11:34:07.287 INFO:teuthology.orchestra.run.smithi071.stdout:/tmp/tmp.J3Ac7jNKcz 2024-01-21T11:34:07.287 DEBUG:teuthology.orchestra.run.smithi071:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.J3Ac7jNKcz 2024-01-21T11:34:07.361 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 0666 /tmp/tmp.J3Ac7jNKcz 2024-01-21T11:34:07.498 DEBUG:teuthology.orchestra.remote:smithi071:/tmp/tmp.J3Ac7jNKcz is 6KB 2024-01-21T11:34:07.546 DEBUG:teuthology.orchestra.run.smithi071:> rm -fr /tmp/tmp.J3Ac7jNKcz 2024-01-21T11:34:07.564 DEBUG:teuthology.orchestra.run.smithi071:> sudo /bin/ls /boot/loader/entries || true 2024-01-21T11:34:07.631 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-21T11:34:07.631 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-21T11:34:07.632 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-21T11:34:07.632 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64.conf 2024-01-21T11:34:07.632 DEBUG:teuthology.orchestra.run.smithi071:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64 2024-01-21T11:34:07.794 DEBUG:teuthology.orchestra.run.smithi071:> sudo shutdown -r now 2024-01-21T11:34:18.354 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-21T11:34:18.354 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-01-21T11:34:18.356 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:34:36.860 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2024-01-21T11:34:37.798 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-21T11:34:37.798 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-01-21T11:34:37.799 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:34:45.870 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-01-21T11:34:45.870 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:34:48.928 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2024-01-21T11:34:56.316 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2024-01-21T11:35:00.933 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-01-21T11:35:00.934 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:35:05.321 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-01-21T11:35:05.322 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:35:08.380 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2024-01-21T11:35:19.356 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2024-01-21T11:35:20.415 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-01-21T11:35:20.415 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:35:34.368 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-01-21T11:35:34.369 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:35:34.701 DEBUG:teuthology.orchestra.run.smithi204:> true 2024-01-21T11:35:34.958 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-01-21T11:35:34.958 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-535.el8.x86_64"... 2024-01-21T11:35:34.958 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2024-01-21T11:35:34.975 INFO:teuthology.orchestra.run.smithi204.stdout:4.18.0-535.el8.x86_64 2024-01-21T11:35:34.975 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-535.el8.x86_64 vs 4.18.0-535.el8.x86_64 2024-01-21T11:35:34.975 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-21T11:35:34.976 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-21T11:35:35.976 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-21T11:35:35.976 DEBUG:teuthology.orchestra.run.smithi204:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-21T11:35:36.065 INFO:teuthology.orchestra.run.smithi204.stdout:ttyS1 2024-01-21T11:35:36.080 DEBUG:teuthology.parallel:result is None 2024-01-21T11:35:38.812 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2024-01-21T11:35:53.813 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-01-21T11:35:53.814 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:35:54.171 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-01-21T11:35:54.512 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-01-21T11:35:54.513 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-535.el8.x86_64"... 2024-01-21T11:35:54.513 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-01-21T11:35:54.529 INFO:teuthology.orchestra.run.smithi071.stdout:4.18.0-535.el8.x86_64 2024-01-21T11:35:54.529 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-535.el8.x86_64 vs 4.18.0-535.el8.x86_64 2024-01-21T11:35:54.529 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-21T11:35:54.529 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-21T11:35:55.530 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-21T11:35:55.530 DEBUG:teuthology.orchestra.run.smithi071:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-21T11:35:56.247 INFO:teuthology.orchestra.run.smithi071.stdout:ttyS1 2024-01-21T11:35:56.282 DEBUG:teuthology.parallel:result is None 2024-01-21T11:35:56.283 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-21T11:35:56.290 INFO:teuthology.task.internal:Creating test directory... 2024-01-21T11:35:56.290 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-21T11:35:56.322 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-21T11:35:56.432 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-21T11:35:56.439 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-21T11:35:56.445 INFO:teuthology.task.internal:Creating archive directory... 2024-01-21T11:35:56.445 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-21T11:35:56.447 DEBUG:teuthology.orchestra.run.smithi204:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-21T11:35:56.499 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-21T11:35:56.505 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-21T11:35:56.506 DEBUG:teuthology.orchestra.run.smithi071:> 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-21T11:35:56.509 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-21T11:35:56.542 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T11:35:56.552 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T11:35:56.553 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T11:35:56.563 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T11:35:56.564 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-21T11:35:56.572 INFO:teuthology.task.internal:Configuring sudo... 2024-01-21T11:35:56.572 DEBUG:teuthology.orchestra.run.smithi071:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-21T11:35:56.596 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-21T11:35:56.635 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-21T11:35:56.644 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-21T11:35:56.644 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-21T11:35:56.662 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-21T11:35:56.694 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T11:35:56.763 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T11:35:56.876 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T11:35:56.921 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T11:35:56.958 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-21T11:35:56.958 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-21T11:35:57.023 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T11:35:57.068 DEBUG:teuthology.orchestra.run.smithi204:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T11:35:57.128 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T11:35:57.217 DEBUG:teuthology.orchestra.run.smithi204:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T11:35:57.260 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-01-21T11:35:57.260 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-21T11:35:57.329 DEBUG:teuthology.orchestra.run.smithi071:> sudo service rsyslog restart 2024-01-21T11:35:57.331 DEBUG:teuthology.orchestra.run.smithi204:> sudo service rsyslog restart 2024-01-21T11:35:57.392 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T11:35:57.453 INFO:teuthology.orchestra.run.smithi204.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T11:35:57.854 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-21T11:35:57.862 INFO:teuthology.task.internal:Starting timer... 2024-01-21T11:35:57.862 INFO:teuthology.run_tasks:Running task pcp... 2024-01-21T11:35:57.872 INFO:teuthology.run_tasks:Running task selinux... 2024-01-21T11:35:57.882 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-21T11:35:57.882 DEBUG:teuthology.orchestra.run.smithi071:> sudo service auditd rotate 2024-01-21T11:35:57.973 INFO:teuthology.orchestra.run.smithi071.stdout:Rotating logs: 2024-01-21T11:35:57.975 DEBUG:teuthology.orchestra.run.smithi204:> sudo service auditd rotate 2024-01-21T11:35:58.065 INFO:teuthology.orchestra.run.smithi204.stdout:Rotating logs: 2024-01-21T11:35:58.066 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-21T11:35:58.066 DEBUG:teuthology.orchestra.run.smithi071:> /usr/sbin/getenforce 2024-01-21T11:35:58.109 INFO:teuthology.orchestra.run.smithi071.stdout:Permissive 2024-01-21T11:35:58.109 DEBUG:teuthology.orchestra.run.smithi204:> /usr/sbin/getenforce 2024-01-21T11:35:58.158 INFO:teuthology.orchestra.run.smithi204.stdout:Permissive 2024-01-21T11:35:58.159 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi071.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi204.front.sepia.ceph.com': 'permissive'} 2024-01-21T11:35:58.159 DEBUG:teuthology.orchestra.run.smithi071:> 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-21T11:35:58.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:35:58.186 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-21T11:35:58.214 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:35:58.215 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-21T11:35:58.215 DEBUG:teuthology.orchestra.run.smithi071:> sudo /usr/sbin/setenforce permissive 2024-01-21T11:35:58.250 DEBUG:teuthology.orchestra.run.smithi204:> sudo /usr/sbin/setenforce permissive 2024-01-21T11:35:58.283 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-21T11:35:58.293 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-21T11:35:58.308 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-21T11:35:58.309 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi071.front.sepia.ceph.com,smithi204.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-21T11:41:37.178 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi071.front.sepia.ceph.com'), Remote(name='ubuntu@smithi204.front.sepia.ceph.com')] 2024-01-21T11:41:37.179 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-01-21T11:41:37.180 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:41:37.254 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-01-21T11:41:37.280 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-01-21T11:41:37.281 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-01-21T11:41:37.281 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:41:37.350 DEBUG:teuthology.orchestra.run.smithi204:> true 2024-01-21T11:41:37.418 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-01-21T11:41:37.418 INFO:teuthology.run_tasks:Running task clock... 2024-01-21T11:41:37.439 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-21T11:41:37.439 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-21T11:41:37.440 DEBUG:teuthology.orchestra.run.smithi071:> 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-21T11:41:37.442 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-21T11:41:37.442 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-21T11:41:37.472 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-21T11:41:37.486 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-21T11:41:37.490 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-21T11:41:37.503 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-21T11:41:37.562 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: ntpd: command not found 2024-01-21T11:41:37.562 INFO:teuthology.orchestra.run.smithi204.stderr:sudo: ntpd: command not found 2024-01-21T11:41:37.572 INFO:teuthology.orchestra.run.smithi071.stdout:506 Cannot talk to daemon 2024-01-21T11:41:37.573 INFO:teuthology.orchestra.run.smithi204.stdout:506 Cannot talk to daemon 2024-01-21T11:41:37.586 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-21T11:41:37.587 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-21T11:41:37.598 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-21T11:41:37.600 INFO:teuthology.orchestra.run.smithi204.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-21T11:41:37.659 INFO:teuthology.orchestra.run.smithi071.stderr:bash: ntpq: command not found 2024-01-21T11:41:37.664 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T11:41:37.664 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-01-21T11:41:37.664 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T11:41:37.664 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T11:41:37.664 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T11:41:37.664 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T11:41:37.669 INFO:teuthology.orchestra.run.smithi204.stderr:bash: ntpq: command not found 2024-01-21T11:41:37.674 INFO:teuthology.orchestra.run.smithi204.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T11:41:37.674 INFO:teuthology.orchestra.run.smithi204.stdout:=============================================================================== 2024-01-21T11:41:37.674 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T11:41:37.674 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T11:41:37.674 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T11:41:37.674 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T11:41:37.674 INFO:teuthology.run_tasks:Running task pexec... 2024-01-21T11:41:37.683 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-21T11:41:37.683 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi071.front.sepia.ceph.com 2024-01-21T11:41:37.684 DEBUG:teuthology.orchestra.run.smithi071:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-21T11:41:37.684 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi204.front.sepia.ceph.com 2024-01-21T11:41:37.684 DEBUG:teuthology.orchestra.run.smithi204:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-21T11:41:38.451 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:27 ago on Sun 21 Jan 2024 11:40:11 AM UTC. 2024-01-21T11:41:38.468 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:26 ago on Sun 21 Jan 2024 11:40:12 AM UTC. 2024-01-21T11:41:40.341 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-01-21T11:41:40.342 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-21T11:41:40.342 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-01-21T11:41:40.342 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-21T11:41:40.342 INFO:teuthology.orchestra.run.smithi071.stdout:Resetting modules: 2024-01-21T11:41:40.342 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools 2024-01-21T11:41:40.342 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:41:40.342 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-01-21T11:41:40.342 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-21T11:41:40.342 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:41:40.413 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-01-21T11:41:40.415 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-21T11:41:40.415 INFO:teuthology.orchestra.run.smithi204.stdout: Package Architecture Version Repository Size 2024-01-21T11:41:40.415 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-21T11:41:40.415 INFO:teuthology.orchestra.run.smithi204.stdout:Resetting modules: 2024-01-21T11:41:40.415 INFO:teuthology.orchestra.run.smithi204.stdout: container-tools 2024-01-21T11:41:40.415 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-21T11:41:40.415 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-01-21T11:41:40.415 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-21T11:41:40.415 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-21T11:41:40.589 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-01-21T11:41:40.666 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-01-21T11:41:41.392 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:01:30 ago on Sun 21 Jan 2024 11:40:11 AM UTC. 2024-01-21T11:41:41.491 INFO:teuthology.orchestra.run.smithi204.stdout:Last metadata expiration check: 0:01:29 ago on Sun 21 Jan 2024 11:40:12 AM UTC. 2024-01-21T11:41:43.329 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-01-21T11:41:43.363 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-21T11:41:43.363 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-01-21T11:41:43.364 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-21T11:41:43.364 INFO:teuthology.orchestra.run.smithi071.stdout:Installing group/module packages: 2024-01-21T11:41:43.364 INFO:teuthology.orchestra.run.smithi071.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-21T11:41:43.364 INFO:teuthology.orchestra.run.smithi071.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-21T11:41:43.364 INFO:teuthology.orchestra.run.smithi071.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-21T11:41:43.364 INFO:teuthology.orchestra.run.smithi071.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-21T11:41:43.364 INFO:teuthology.orchestra.run.smithi071.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-21T11:41:43.364 INFO:teuthology.orchestra.run.smithi071.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-21T11:41:43.364 INFO:teuthology.orchestra.run.smithi071.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-21T11:41:43.364 INFO:teuthology.orchestra.run.smithi071.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-21T11:41:43.365 INFO:teuthology.orchestra.run.smithi071.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-21T11:41:43.365 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-01-21T11:41:43.365 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-21T11:41:43.365 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-21T11:41:43.365 INFO:teuthology.orchestra.run.smithi071.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-21T11:41:43.365 INFO:teuthology.orchestra.run.smithi071.stdout:Installing weak dependencies: 2024-01-21T11:41:43.365 INFO:teuthology.orchestra.run.smithi071.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-21T11:41:43.365 INFO:teuthology.orchestra.run.smithi071.stdout:Installing module profiles: 2024-01-21T11:41:43.365 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools/common 2024-01-21T11:41:43.365 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:41:43.365 INFO:teuthology.orchestra.run.smithi071.stdout:Enabling module streams: 2024-01-21T11:41:43.365 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools rhel8 2024-01-21T11:41:43.366 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:41:43.366 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-01-21T11:41:43.366 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-21T11:41:43.366 INFO:teuthology.orchestra.run.smithi071.stdout:Install 13 Packages 2024-01-21T11:41:43.366 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:41:43.366 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 27 M 2024-01-21T11:41:43.367 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 89 M 2024-01-21T11:41:43.367 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-01-21T11:41:43.428 INFO:teuthology.orchestra.run.smithi204.stdout:Dependencies resolved. 2024-01-21T11:41:43.463 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-21T11:41:43.464 INFO:teuthology.orchestra.run.smithi204.stdout: Package Arch Version Repository Size 2024-01-21T11:41:43.464 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-21T11:41:43.464 INFO:teuthology.orchestra.run.smithi204.stdout:Installing group/module packages: 2024-01-21T11:41:43.464 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-21T11:41:43.464 INFO:teuthology.orchestra.run.smithi204.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-21T11:41:43.464 INFO:teuthology.orchestra.run.smithi204.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-21T11:41:43.464 INFO:teuthology.orchestra.run.smithi204.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-21T11:41:43.464 INFO:teuthology.orchestra.run.smithi204.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-21T11:41:43.464 INFO:teuthology.orchestra.run.smithi204.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-21T11:41:43.464 INFO:teuthology.orchestra.run.smithi204.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-21T11:41:43.464 INFO:teuthology.orchestra.run.smithi204.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-21T11:41:43.465 INFO:teuthology.orchestra.run.smithi204.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-21T11:41:43.465 INFO:teuthology.orchestra.run.smithi204.stdout:Installing dependencies: 2024-01-21T11:41:43.465 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-21T11:41:43.465 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-21T11:41:43.465 INFO:teuthology.orchestra.run.smithi204.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-21T11:41:43.465 INFO:teuthology.orchestra.run.smithi204.stdout:Installing weak dependencies: 2024-01-21T11:41:43.465 INFO:teuthology.orchestra.run.smithi204.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-21T11:41:43.465 INFO:teuthology.orchestra.run.smithi204.stdout:Installing module profiles: 2024-01-21T11:41:43.465 INFO:teuthology.orchestra.run.smithi204.stdout: container-tools/common 2024-01-21T11:41:43.465 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-21T11:41:43.465 INFO:teuthology.orchestra.run.smithi204.stdout:Enabling module streams: 2024-01-21T11:41:43.465 INFO:teuthology.orchestra.run.smithi204.stdout: container-tools rhel8 2024-01-21T11:41:43.466 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-21T11:41:43.466 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction Summary 2024-01-21T11:41:43.466 INFO:teuthology.orchestra.run.smithi204.stdout:================================================================================ 2024-01-21T11:41:43.466 INFO:teuthology.orchestra.run.smithi204.stdout:Install 13 Packages 2024-01-21T11:41:43.466 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-21T11:41:43.466 INFO:teuthology.orchestra.run.smithi204.stdout:Total download size: 27 M 2024-01-21T11:41:43.467 INFO:teuthology.orchestra.run.smithi204.stdout:Installed size: 89 M 2024-01-21T11:41:43.467 INFO:teuthology.orchestra.run.smithi204.stdout:Downloading Packages: 2024-01-21T11:41:44.295 INFO:teuthology.orchestra.run.smithi204.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.3 MB/s | 1.0 MB 00:00 2024-01-21T11:41:44.328 INFO:teuthology.orchestra.run.smithi071.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.3 MB/s | 1.0 MB 00:00 2024-01-21T11:41:44.358 INFO:teuthology.orchestra.run.smithi204.stdout:(2/13): cockpit-podman-78-1.module_el8+712+4cd1 882 kB/s | 750 kB 00:00 2024-01-21T11:41:44.383 INFO:teuthology.orchestra.run.smithi204.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 431 kB/s | 38 kB 00:00 2024-01-21T11:41:44.411 INFO:teuthology.orchestra.run.smithi071.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 455 kB/s | 38 kB 00:00 2024-01-21T11:41:44.578 INFO:teuthology.orchestra.run.smithi071.stdout:(3/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 1.4 MB/s | 241 kB 00:00 2024-01-21T11:41:44.637 INFO:teuthology.orchestra.run.smithi071.stdout:(4/13): cockpit-podman-78-1.module_el8+712+4cd1 702 kB/s | 750 kB 00:01 2024-01-21T11:41:44.667 INFO:teuthology.orchestra.run.smithi204.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 780 kB/s | 241 kB 00:00 2024-01-21T11:41:44.862 INFO:teuthology.orchestra.run.smithi071.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 791 kB/s | 178 kB 00:00 2024-01-21T11:41:44.909 INFO:teuthology.orchestra.run.smithi204.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 735 kB/s | 178 kB 00:00 2024-01-21T11:41:44.971 INFO:teuthology.orchestra.run.smithi071.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 229 kB/s | 25 kB 00:00 2024-01-21T11:41:45.001 INFO:teuthology.orchestra.run.smithi204.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 270 kB/s | 25 kB 00:00 2024-01-21T11:41:45.121 INFO:teuthology.orchestra.run.smithi071.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 626 kB/s | 94 kB 00:00 2024-01-21T11:41:45.167 INFO:teuthology.orchestra.run.smithi204.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 563 kB/s | 94 kB 00:00 2024-01-21T11:41:46.351 INFO:teuthology.orchestra.run.smithi204.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 2.0 MB/s | 3.9 MB 00:01 2024-01-21T11:41:47.135 INFO:teuthology.orchestra.run.smithi204.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 3.2 MB/s | 2.5 MB 00:00 2024-01-21T11:41:47.251 INFO:teuthology.orchestra.run.smithi204.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 452 kB/s | 53 kB 00:00 2024-01-21T11:41:47.310 INFO:teuthology.orchestra.run.smithi204.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 702 kB/s | 41 kB 00:00 2024-01-21T11:41:47.396 INFO:teuthology.orchestra.run.smithi071.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 1.4 MB/s | 3.9 MB 00:02 2024-01-21T11:41:47.560 INFO:teuthology.orchestra.run.smithi204.stdout:(12/13): buildah-1.32.0-1.module_el8+712+4cd1bd 2.4 MB/s | 9.6 MB 00:04 2024-01-21T11:41:48.638 INFO:teuthology.orchestra.run.smithi071.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 2.0 MB/s | 2.5 MB 00:01 2024-01-21T11:41:48.921 INFO:teuthology.orchestra.run.smithi071.stdout:(10/13): buildah-1.32.0-1.module_el8+712+4cd1bd 1.8 MB/s | 9.6 MB 00:05 2024-01-21T11:41:48.955 INFO:teuthology.orchestra.run.smithi071.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 166 kB/s | 53 kB 00:00 2024-01-21T11:41:48.997 INFO:teuthology.orchestra.run.smithi071.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 546 kB/s | 41 kB 00:00 2024-01-21T11:41:49.452 INFO:teuthology.orchestra.run.smithi204.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 1.9 MB/s | 8.1 MB 00:04 2024-01-21T11:41:49.453 INFO:teuthology.orchestra.run.smithi204.stdout:-------------------------------------------------------------------------------- 2024-01-21T11:41:49.453 INFO:teuthology.orchestra.run.smithi204.stdout:Total 4.4 MB/s | 27 MB 00:05 2024-01-21T11:41:49.455 INFO:teuthology.orchestra.run.smithi071.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 1.9 MB/s | 8.1 MB 00:04 2024-01-21T11:41:49.456 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-01-21T11:41:49.456 INFO:teuthology.orchestra.run.smithi071.stdout:Total 4.4 MB/s | 27 MB 00:06 2024-01-21T11:41:49.720 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction check 2024-01-21T11:41:49.724 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-01-21T11:41:49.741 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction check succeeded. 2024-01-21T11:41:49.741 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction test 2024-01-21T11:41:49.745 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-01-21T11:41:49.745 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-01-21T11:41:49.989 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-01-21T11:41:49.992 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-01-21T11:41:50.011 INFO:teuthology.orchestra.run.smithi204.stdout:Transaction test succeeded. 2024-01-21T11:41:50.014 INFO:teuthology.orchestra.run.smithi204.stdout:Running transaction 2024-01-21T11:41:50.643 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-01-21T11:41:50.712 INFO:teuthology.orchestra.run.smithi204.stdout: Preparing : 1/1 2024-01-21T11:41:50.869 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-21T11:41:50.921 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-21T11:41:51.047 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-21T11:41:51.108 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-21T11:41:51.256 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-21T11:41:51.284 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-21T11:41:51.498 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-21T11:41:51.509 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-21T11:41:52.055 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-21T11:41:52.065 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-21T11:41:53.035 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-21T11:41:53.040 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-21T11:41:53.258 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-21T11:41:53.269 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-21T11:41:53.455 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-21T11:41:53.485 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-21T11:41:53.729 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-21T11:41:53.742 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-21T11:41:54.141 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-21T11:41:54.145 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-21T11:41:55.018 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-21T11:41:55.072 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-21T11:41:55.262 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-21T11:41:55.293 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-21T11:41:55.440 INFO:teuthology.orchestra.run.smithi204.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-21T11:41:55.478 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-21T11:41:55.855 INFO:teuthology.orchestra.run.smithi204.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-21T11:41:55.855 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-21T11:41:55.856 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-21T11:41:55.856 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-21T11:41:55.856 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-21T11:41:55.856 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-21T11:41:55.856 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-21T11:41:55.856 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-21T11:41:55.856 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-21T11:41:55.856 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-21T11:41:55.856 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-21T11:41:55.856 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-21T11:41:55.856 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-21T11:41:55.929 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-21T11:41:55.929 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-21T11:41:55.929 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-21T11:41:55.930 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-21T11:41:55.930 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-21T11:41:55.930 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-21T11:41:55.930 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-21T11:41:55.930 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-21T11:41:55.930 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-21T11:41:55.930 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-21T11:41:55.930 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-21T11:41:55.930 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-21T11:41:55.930 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-21T11:41:56.392 INFO:teuthology.orchestra.run.smithi204.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-21T11:41:56.393 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-21T11:41:56.393 INFO:teuthology.orchestra.run.smithi204.stdout:Installed: 2024-01-21T11:41:56.393 INFO:teuthology.orchestra.run.smithi204.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T11:41:56.393 INFO:teuthology.orchestra.run.smithi204.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T11:41:56.393 INFO:teuthology.orchestra.run.smithi204.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-21T11:41:56.393 INFO:teuthology.orchestra.run.smithi204.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-21T11:41:56.393 INFO:teuthology.orchestra.run.smithi204.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T11:41:56.393 INFO:teuthology.orchestra.run.smithi204.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-21T11:41:56.393 INFO:teuthology.orchestra.run.smithi204.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-21T11:41:56.393 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-21T11:41:56.393 INFO:teuthology.orchestra.run.smithi204.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-21T11:41:56.393 INFO:teuthology.orchestra.run.smithi204.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T11:41:56.393 INFO:teuthology.orchestra.run.smithi204.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-21T11:41:56.393 INFO:teuthology.orchestra.run.smithi204.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-21T11:41:56.394 INFO:teuthology.orchestra.run.smithi204.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-21T11:41:56.394 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-21T11:41:56.394 INFO:teuthology.orchestra.run.smithi204.stdout:Complete! 2024-01-21T11:41:56.420 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-21T11:41:56.420 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:41:56.420 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-01-21T11:41:56.420 INFO:teuthology.orchestra.run.smithi071.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T11:41:56.420 INFO:teuthology.orchestra.run.smithi071.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T11:41:56.420 INFO:teuthology.orchestra.run.smithi071.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-21T11:41:56.420 INFO:teuthology.orchestra.run.smithi071.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-21T11:41:56.420 INFO:teuthology.orchestra.run.smithi071.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T11:41:56.421 INFO:teuthology.orchestra.run.smithi071.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-21T11:41:56.421 INFO:teuthology.orchestra.run.smithi071.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-21T11:41:56.421 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-21T11:41:56.421 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-21T11:41:56.421 INFO:teuthology.orchestra.run.smithi071.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T11:41:56.421 INFO:teuthology.orchestra.run.smithi071.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-21T11:41:56.421 INFO:teuthology.orchestra.run.smithi071.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-21T11:41:56.421 INFO:teuthology.orchestra.run.smithi071.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-21T11:41:56.421 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:41:56.421 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-01-21T11:41:56.729 DEBUG:teuthology.parallel:result is None 2024-01-21T11:41:56.740 DEBUG:teuthology.parallel:result is None 2024-01-21T11:41:56.740 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-21T11:41:56.750 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-21T11:41:56.751 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-21T11:41:56.751 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T11:41:56.769 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-21T11:41:56.770 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_1 2024-01-21T11:41:56.826 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-21T11:41:56.827 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:41:56.827 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 162060 Links: 1 2024-01-21T11:41:56.827 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:41:56.827 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T11:41:56.827 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-01-21 11:41:55.625304359 +0000 2024-01-21T11:41:56.827 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-01-21 11:41:01.929132990 +0000 2024-01-21T11:41:56.827 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-01-21 11:41:01.929132990 +0000 2024-01-21T11:41:56.827 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-01-21T11:41:56.828 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-21T11:41:56.892 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-01-21T11:41:56.892 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-01-21T11:41:56.892 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000243022 s, 2.1 MB/s 2024-01-21T11:41:56.893 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-21T11:41:56.952 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_2 2024-01-21T11:41:57.009 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-21T11:41:57.009 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:41:57.009 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 164220 Links: 1 2024-01-21T11:41:57.009 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:41:57.010 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T11:41:57.010 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-01-21 11:41:55.625304359 +0000 2024-01-21T11:41:57.010 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-01-21 11:41:02.280126194 +0000 2024-01-21T11:41:57.010 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-01-21 11:41:02.280126194 +0000 2024-01-21T11:41:57.010 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-01-21T11:41:57.010 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-21T11:41:57.075 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-01-21T11:41:57.075 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-01-21T11:41:57.075 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000234636 s, 2.2 MB/s 2024-01-21T11:41:57.076 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-21T11:41:57.134 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_3 2024-01-21T11:41:57.191 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-21T11:41:57.191 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:41:57.191 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 165998 Links: 1 2024-01-21T11:41:57.191 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:41:57.191 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T11:41:57.191 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-01-21 11:41:55.625304359 +0000 2024-01-21T11:41:57.191 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-01-21 11:41:02.626119493 +0000 2024-01-21T11:41:57.192 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-01-21 11:41:02.626119493 +0000 2024-01-21T11:41:57.192 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-01-21T11:41:57.192 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-21T11:41:57.256 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-01-21T11:41:57.256 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-01-21T11:41:57.256 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000181065 s, 2.8 MB/s 2024-01-21T11:41:57.257 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-21T11:41:57.315 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_4 2024-01-21T11:41:57.372 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-21T11:41:57.372 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:41:57.373 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 163212 Links: 1 2024-01-21T11:41:57.373 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:41:57.373 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T11:41:57.373 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-01-21 11:41:55.625304359 +0000 2024-01-21T11:41:57.373 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-01-21 11:41:02.967112890 +0000 2024-01-21T11:41:57.373 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-01-21 11:41:02.967112890 +0000 2024-01-21T11:41:57.373 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-01-21T11:41:57.373 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-21T11:41:57.437 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-01-21T11:41:57.437 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-01-21T11:41:57.437 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000226996 s, 2.3 MB/s 2024-01-21T11:41:57.438 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-21T11:41:57.496 DEBUG:teuthology.orchestra.run.smithi071:> 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-21T11:41:57.616 INFO:teuthology.orchestra.run.smithi071.stdout:loop 2024-01-21T11:41:57.617 INFO:tasks.nvme_loop:Connecting nvme_loop smithi071:/dev/vg_nvme/lv_1... 2024-01-21T11:41:57.617 DEBUG:teuthology.orchestra.run.smithi071:> 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-21T11:41:57.651 INFO:teuthology.orchestra.run.smithi071.stdout:1 2024-01-21T11:41:57.683 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/vg_nvme/lv_11 2024-01-21T11:41:57.722 INFO:tasks.nvme_loop:Connecting nvme_loop smithi071:/dev/vg_nvme/lv_2... 2024-01-21T11:41:57.722 DEBUG:teuthology.orchestra.run.smithi071:> 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-21T11:41:57.802 INFO:teuthology.orchestra.run.smithi071.stdout:1 2024-01-21T11:41:57.834 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/vg_nvme/lv_21 2024-01-21T11:41:57.871 INFO:tasks.nvme_loop:Connecting nvme_loop smithi071:/dev/vg_nvme/lv_3... 2024-01-21T11:41:57.871 DEBUG:teuthology.orchestra.run.smithi071:> 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-21T11:41:57.946 INFO:teuthology.orchestra.run.smithi071.stdout:1 2024-01-21T11:41:57.979 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/vg_nvme/lv_31 2024-01-21T11:41:58.016 INFO:tasks.nvme_loop:Connecting nvme_loop smithi071:/dev/vg_nvme/lv_4... 2024-01-21T11:41:58.016 DEBUG:teuthology.orchestra.run.smithi071:> 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-21T11:41:58.092 INFO:teuthology.orchestra.run.smithi071.stdout:1 2024-01-21T11:41:58.124 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/vg_nvme/lv_41 2024-01-21T11:41:58.161 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-21T11:41:58.161 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T11:41:58.220 DEBUG:teuthology.orchestra.run.smithi071:> sudo nvme list 2024-01-21T11:41:58.286 INFO:teuthology.orchestra.run.smithi071.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-21T11:41:58.286 INFO:teuthology.orchestra.run.smithi071.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-21T11:41:58.286 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/nvme0n1 PHFT62040172400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-21T11:41:58.286 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/nvme1n1 551d3bcbb6acc62de85f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T11:41:58.286 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/nvme2n1 dd5da8162090a086f300 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T11:41:58.286 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/nvme3n1 1f4efedb2efc82f780ce Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T11:41:58.286 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/nvme4n1 efe99347ac448ef712ef Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T11:41:58.287 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T11:41:58.287 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-21T11:41:58.288 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/scratch_devs 2024-01-21T11:41:58.353 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-01-21T11:41:58.353 DEBUG:teuthology.orchestra.run.smithi204:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T11:41:58.378 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-21T11:41:58.378 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_1 2024-01-21T11:41:58.438 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-21T11:41:58.438 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:41:58.438 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 160281 Links: 1 2024-01-21T11:41:58.438 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:41:58.438 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T11:41:58.438 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-01-21 11:41:55.572938443 +0000 2024-01-21T11:41:58.438 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-01-21 11:41:01.918819512 +0000 2024-01-21T11:41:58.438 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-01-21 11:41:01.918819512 +0000 2024-01-21T11:41:58.439 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-01-21T11:41:58.439 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-21T11:41:58.507 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-01-21T11:41:58.507 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-01-21T11:41:58.508 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000198402 s, 2.6 MB/s 2024-01-21T11:41:58.509 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-21T11:41:58.569 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_2 2024-01-21T11:41:58.628 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-21T11:41:58.629 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:41:58.629 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 165203 Links: 1 2024-01-21T11:41:58.629 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:41:58.629 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T11:41:58.629 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-01-21 11:41:55.572938443 +0000 2024-01-21T11:41:58.629 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-01-21 11:41:02.256814783 +0000 2024-01-21T11:41:58.629 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-01-21 11:41:02.256814783 +0000 2024-01-21T11:41:58.629 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-01-21T11:41:58.629 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-21T11:41:58.695 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-01-21T11:41:58.696 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-01-21T11:41:58.696 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000214594 s, 2.4 MB/s 2024-01-21T11:41:58.696 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-21T11:41:58.756 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_3 2024-01-21T11:41:58.814 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-21T11:41:58.815 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:41:58.815 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 153487 Links: 1 2024-01-21T11:41:58.815 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:41:58.815 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T11:41:58.815 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-01-21 11:41:55.572938443 +0000 2024-01-21T11:41:58.815 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-01-21 11:41:02.602809941 +0000 2024-01-21T11:41:58.815 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-01-21 11:41:02.602809941 +0000 2024-01-21T11:41:58.815 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-01-21T11:41:58.815 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-21T11:41:58.880 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-01-21T11:41:58.880 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-01-21T11:41:58.881 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000188571 s, 2.7 MB/s 2024-01-21T11:41:58.881 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-21T11:41:58.940 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_4 2024-01-21T11:41:58.998 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-21T11:41:58.999 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:41:58.999 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 164067 Links: 1 2024-01-21T11:41:58.999 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:41:58.999 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T11:41:58.999 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-01-21 11:41:55.572938443 +0000 2024-01-21T11:41:58.999 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-01-21 11:41:02.958804960 +0000 2024-01-21T11:41:58.999 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-01-21 11:41:02.958804960 +0000 2024-01-21T11:41:58.999 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-01-21T11:41:58.999 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-21T11:41:59.063 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-01-21T11:41:59.064 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-01-21T11:41:59.064 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000208513 s, 2.5 MB/s 2024-01-21T11:41:59.065 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-21T11:41:59.123 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-21T11:41:59.242 INFO:teuthology.orchestra.run.smithi204.stdout:loop 2024-01-21T11:41:59.243 INFO:tasks.nvme_loop:Connecting nvme_loop smithi204:/dev/vg_nvme/lv_1... 2024-01-21T11:41:59.243 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-21T11:41:59.278 INFO:teuthology.orchestra.run.smithi204.stdout:1 2024-01-21T11:41:59.311 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/vg_nvme/lv_11 2024-01-21T11:41:59.350 INFO:tasks.nvme_loop:Connecting nvme_loop smithi204:/dev/vg_nvme/lv_2... 2024-01-21T11:41:59.350 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-21T11:41:59.426 INFO:teuthology.orchestra.run.smithi204.stdout:1 2024-01-21T11:41:59.459 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/vg_nvme/lv_21 2024-01-21T11:41:59.496 INFO:tasks.nvme_loop:Connecting nvme_loop smithi204:/dev/vg_nvme/lv_3... 2024-01-21T11:41:59.496 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-21T11:41:59.571 INFO:teuthology.orchestra.run.smithi204.stdout:1 2024-01-21T11:41:59.604 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/vg_nvme/lv_31 2024-01-21T11:41:59.641 INFO:tasks.nvme_loop:Connecting nvme_loop smithi204:/dev/vg_nvme/lv_4... 2024-01-21T11:41:59.641 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-21T11:41:59.716 INFO:teuthology.orchestra.run.smithi204.stdout:1 2024-01-21T11:41:59.749 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/vg_nvme/lv_41 2024-01-21T11:41:59.786 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-01-21T11:41:59.786 DEBUG:teuthology.orchestra.run.smithi204:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T11:41:59.843 DEBUG:teuthology.orchestra.run.smithi204:> sudo nvme list 2024-01-21T11:41:59.909 INFO:teuthology.orchestra.run.smithi204.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-21T11:41:59.909 INFO:teuthology.orchestra.run.smithi204.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-21T11:41:59.909 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-21T11:41:59.909 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/nvme1n1 10c2f260df4b0819d2c3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T11:41:59.909 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/nvme2n1 ab9e297591e2de2029e4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T11:41:59.909 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/nvme3n1 aa7276245dcc1f2f678b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T11:41:59.909 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/nvme4n1 a2dc8bc8cb11a22ba432 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T11:41:59.910 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T11:41:59.910 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-01-21T11:41:59.910 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/scratch_devs 2024-01-21T11:41:59.977 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-21T11:42:00.047 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': 'ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec'} 2024-01-21T11:42:00.048 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T11:42:00.048 INFO:tasks.cephadm:Cluster fsid is 1690d858-b852-11ee-95b0-87774f69a715 2024-01-21T11:42:00.048 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-21T11:42:00.048 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-21T11:42:00.048 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi071': '172.21.15.71', 'mon.smithi204': '172.21.15.204'} 2024-01-21T11:42:00.049 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-21T11:42:00.049 DEBUG:teuthology.orchestra.run.smithi071:> sudo hostname $(hostname -s) 2024-01-21T11:42:00.082 DEBUG:teuthology.orchestra.run.smithi204:> sudo hostname $(hostname -s) 2024-01-21T11:42:00.109 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec)... 2024-01-21T11:42:00.110 DEBUG:teuthology.orchestra.run.smithi071:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-21T11:42:00.343 INFO:teuthology.orchestra.run.smithi071.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 21 11:42 /home/ubuntu/cephtest/cephadm 2024-01-21T11:42:00.344 DEBUG:teuthology.orchestra.run.smithi204:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-21T11:42:00.550 INFO:teuthology.orchestra.run.smithi204.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 21 11:42 /home/ubuntu/cephtest/cephadm 2024-01-21T11:42:00.551 DEBUG:teuthology.orchestra.run.smithi071:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-21T11:42:00.573 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-21T11:42:00.599 DEBUG:teuthology.orchestra.run.smithi071:> sudo mkdir -p /etc/ceph 2024-01-21T11:42:00.644 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /etc/ceph 2024-01-21T11:42:00.671 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 777 /etc/ceph 2024-01-21T11:42:00.714 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 777 /etc/ceph 2024-01-21T11:42:00.740 INFO:tasks.cephadm:Writing seed config... 2024-01-21T11:42:00.741 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-21T11:42:00.741 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-21T11:42:00.741 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-21T11:42:00.741 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-21T11:42:00.741 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-21T11:42:00.741 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-21T11:42:00.741 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-21T11:42:00.741 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-21T11:42:00.742 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-21T11:42:00.742 DEBUG:teuthology.orchestra.run.smithi071:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-21T11:42:00.773 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 = 1690d858-b852-11ee-95b0-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-21T11:42:00.773 DEBUG:teuthology.orchestra.run.smithi071:mon.smithi071> sudo journalctl -f -n 0 -u ceph-1690d858-b852-11ee-95b0-87774f69a715@mon.smithi071.service 2024-01-21T11:42:00.815 INFO:tasks.cephadm:Bootstrapping... 2024-01-21T11:42:00.815 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec -v bootstrap --fsid 1690d858-b852-11ee-95b0-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.71 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-21T11:42:00.842 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:-- Logs begin at Sun 2024-01-21 11:35:33 UTC. -- 2024-01-21T11:42:01.091 INFO:teuthology.orchestra.run.smithi071.stderr:-------------------------------------------------------------------------------- 2024-01-21T11:42:01.092 INFO:teuthology.orchestra.run.smithi071.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec', '-v', 'bootstrap', '--fsid', '1690d858-b852-11ee-95b0-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.71', '--skip-admin-label'] 2024-01-21T11:42:02.469 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: 4.6.1 2024-01-21T11:42:02.481 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying podman|docker is present... 2024-01-21T11:42:02.504 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: 4.6.1 2024-01-21T11:42:02.514 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying lvm2 is present... 2024-01-21T11:42:02.514 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying time synchronization is in place... 2024-01-21T11:42:02.521 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-21T11:42:02.527 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2024-01-21T11:42:02.534 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: enabled 2024-01-21T11:42:02.540 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: active 2024-01-21T11:42:02.540 INFO:teuthology.orchestra.run.smithi071.stderr:Unit chronyd.service is enabled and running 2024-01-21T11:42:02.541 INFO:teuthology.orchestra.run.smithi071.stderr:Repeating the final host check... 2024-01-21T11:42:02.561 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: 4.6.1 2024-01-21T11:42:02.573 INFO:teuthology.orchestra.run.smithi071.stderr:podman (/bin/podman) version 4.6.1 is present 2024-01-21T11:42:02.573 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl is present 2024-01-21T11:42:02.573 INFO:teuthology.orchestra.run.smithi071.stderr:lvcreate is present 2024-01-21T11:42:02.579 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-21T11:42:02.584 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2024-01-21T11:42:02.591 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: enabled 2024-01-21T11:42:02.596 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: active 2024-01-21T11:42:02.597 INFO:teuthology.orchestra.run.smithi071.stderr:Unit chronyd.service is enabled and running 2024-01-21T11:42:02.597 INFO:teuthology.orchestra.run.smithi071.stderr:Host looks OK 2024-01-21T11:42:02.597 INFO:teuthology.orchestra.run.smithi071.stderr:Cluster fsid: 1690d858-b852-11ee-95b0-87774f69a715 2024-01-21T11:42:02.597 INFO:teuthology.orchestra.run.smithi071.stderr:Acquiring lock 140128253882496 on /run/cephadm/1690d858-b852-11ee-95b0-87774f69a715.lock 2024-01-21T11:42:02.598 INFO:teuthology.orchestra.run.smithi071.stderr:Lock 140128253882496 acquired on /run/cephadm/1690d858-b852-11ee-95b0-87774f69a715.lock 2024-01-21T11:42:02.598 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying IP 172.21.15.71 port 3300 ... 2024-01-21T11:42:02.598 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying IP 172.21.15.71 port 6789 ... 2024-01-21T11:42:02.598 INFO:teuthology.orchestra.run.smithi071.stderr:Base mon IP(s) is [172.21.15.71:3300, 172.21.15.71:6789], mon addrv is [v2:172.21.15.71:3300,v1:172.21.15.71:6789] 2024-01-21T11:42:02.601 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.71 metric 100 2024-01-21T11:42:02.601 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.71 metric 100 2024-01-21T11:42:02.604 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-21T11:42:02.604 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-01-21T11:42:02.604 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1792sec hoplimit 64 pref medium 2024-01-21T11:42:02.607 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-21T11:42:02.607 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-21T11:42:02.607 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-21T11:42:02.607 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-21T11:42:02.607 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d765/64 scope link 2024-01-21T11:42:02.607 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-21T11:42:02.608 INFO:teuthology.orchestra.run.smithi071.stderr:Mon IP `172.21.15.71` is in CIDR network `172.21.0.0/20` 2024-01-21T11:42:02.608 INFO:teuthology.orchestra.run.smithi071.stderr:Mon IP `172.21.15.71` is in CIDR network `172.21.0.0/20` 2024-01-21T11:42:02.608 INFO:teuthology.orchestra.run.smithi071.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-01-21T11:42:02.608 INFO:teuthology.orchestra.run.smithi071.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-21T11:42:02.609 INFO:teuthology.orchestra.run.smithi071.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec... 2024-01-21T11:42:02.703 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec... 2024-01-21T11:42:02.792 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Getting image source signatures 2024-01-21T11:42:02.796 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Copying blob sha256:5892adb860b19d9bc0e53e97111c29aa2896ac907826d7e196bc8387f7e5b09b 2024-01-21T11:42:02.796 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Copying blob sha256:38ed6fe6bc7105be7e2af5b50b1aa944602eb71b2fce6a9e38dbaeb8ba2b2d64 2024-01-21T11:42:28.091 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Copying config sha256:9b28eb2d7c37a19008711b1b678be1a430e065f20ee023b4f4e779129fc1ff61 2024-01-21T11:42:28.176 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Writing manifest to image destination 2024-01-21T11:42:28.466 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: 9b28eb2d7c37a19008711b1b678be1a430e065f20ee023b4f4e779129fc1ff61 2024-01-21T11:42:29.013 INFO:teuthology.orchestra.run.smithi071.stderr:ceph: ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable) 2024-01-21T11:42:29.348 INFO:teuthology.orchestra.run.smithi071.stderr:Ceph version: ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable) 2024-01-21T11:42:29.348 INFO:teuthology.orchestra.run.smithi071.stderr:Extracting ceph user uid/gid from container image... 2024-01-21T11:42:29.613 INFO:teuthology.orchestra.run.smithi071.stderr:stat: 167 167 2024-01-21T11:42:29.929 INFO:teuthology.orchestra.run.smithi071.stderr:Creating initial keys... 2024-01-21T11:42:30.186 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-authtool: AQAmA61lak9RChAAsdtfd6jxmc1LvwoMaQZGjA== 2024-01-21T11:42:30.786 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-authtool: AQAmA61lNj4QLhAARP3uZqwnwqAzUaR9lkefdw== 2024-01-21T11:42:31.395 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-authtool: AQAnA61lXirNFhAAWR4yL4gLxujMWHSV6BgA/g== 2024-01-21T11:42:31.725 INFO:teuthology.orchestra.run.smithi071.stderr:Creating initial monmap... 2024-01-21T11:42:31.995 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-21T11:42:31.995 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 1690d858-b852-11ee-95b0-87774f69a715 2024-01-21T11:42:31.995 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-21T11:42:32.360 INFO:teuthology.orchestra.run.smithi071.stderr:monmaptool for smithi071 [v2:172.21.15.71:3300,v1:172.21.15.71:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-21T11:42:32.360 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: set fsid to 1690d858-b852-11ee-95b0-87774f69a715 2024-01-21T11:42:32.360 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-21T11:42:32.361 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-21T11:42:32.361 INFO:teuthology.orchestra.run.smithi071.stderr:Creating mon... 2024-01-21T11:42:32.619 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.585+0000 7f5f63a0c880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T11:42:32.620 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.585+0000 7f5f63a0c880 1 imported monmap: 2024-01-21T11:42:32.620 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-21T11:42:32.620 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: fsid 1690d858-b852-11ee-95b0-87774f69a715 2024-01-21T11:42:32.620 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: last_changed 2024-01-21T11:42:31.978450+0000 2024-01-21T11:42:32.620 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: created 2024-01-21T11:42:31.978450+0000 2024-01-21T11:42:32.620 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-21T11:42:32.620 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-21T11:42:32.620 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.smithi071 2024-01-21T11:42:32.620 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-21T11:42:32.620 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.585+0000 7f5f63a0c880 0 /usr/bin/ceph-mon: set fsid to 1690d858-b852-11ee-95b0-87774f69a715 2024-01-21T11:42:32.620 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T11:42:32.620 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-21T11:42:32.620 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T11:42:32.620 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Compile date Jan 19 2024 2024-01-21T11:42:32.621 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: DB SUMMARY 2024-01-21T11:42:32.621 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-21T11:42:32.621 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi071/store.db dir, Total Num: 0, files: 2024-01-21T11:42:32.621 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-21T11:42:32.621 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi071/store.db: 2024-01-21T11:42:32.621 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-21T11:42:32.621 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.error_if_exists: 0 2024-01-21T11:42:32.621 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.create_if_missing: 1 2024-01-21T11:42:32.621 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T11:42:32.621 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.env: 0x5596a3505080 2024-01-21T11:42:32.621 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.fs: Posix File System 2024-01-21T11:42:32.621 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.info_log: 0x5596a443b380 2024-01-21T11:42:32.621 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T11:42:32.621 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.statistics: (nil) 2024-01-21T11:42:32.621 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.use_fsync: 0 2024-01-21T11:42:32.621 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T11:42:32.622 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T11:42:32.622 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T11:42:32.622 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T11:42:32.622 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T11:42:32.622 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T11:42:32.622 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T11:42:32.622 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T11:42:32.622 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T11:42:32.622 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T11:42:32.622 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T11:42:32.622 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.db_log_dir: 2024-01-21T11:42:32.622 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi071/store.db 2024-01-21T11:42:32.622 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T11:42:32.622 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T11:42:32.622 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T11:42:32.622 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T11:42:32.623 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T11:42:32.623 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T11:42:32.623 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T11:42:32.623 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T11:42:32.623 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T11:42:32.623 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T11:42:32.623 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.write_buffer_manager: 0x5596a4441980 2024-01-21T11:42:32.623 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T11:42:32.623 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T11:42:32.623 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T11:42:32.623 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T11:42:32.623 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T11:42:32.623 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T11:42:32.623 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T11:42:32.624 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T11:42:32.624 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T11:42:32.624 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.unordered_write: 0 2024-01-21T11:42:32.624 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T11:42:32.624 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T11:42:32.624 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T11:42:32.624 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T11:42:32.624 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.row_cache: None 2024-01-21T11:42:32.624 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.wal_filter: None 2024-01-21T11:42:32.624 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T11:42:32.624 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T11:42:32.624 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T11:42:32.624 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.two_write_queues: 0 2024-01-21T11:42:32.624 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T11:42:32.624 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.atomic_flush: 0 2024-01-21T11:42:32.624 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T11:42:32.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T11:42:32.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T11:42:32.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T11:42:32.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T11:42:32.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T11:42:32.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T11:42:32.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T11:42:32.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T11:42:32.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T11:42:32.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T11:42:32.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T11:42:32.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T11:42:32.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T11:42:32.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T11:42:32.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.max_open_files: -1 2024-01-21T11:42:32.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T11:42:32.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T11:42:32.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T11:42:32.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T11:42:32.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Compression algorithms supported: 2024-01-21T11:42:32.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T11:42:32.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: kZSTD supported: 0 2024-01-21T11:42:32.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: kXpressCompression supported: 0 2024-01-21T11:42:32.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T11:42:32.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T11:42:32.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T11:42:32.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: kZlibCompression supported: 1 2024-01-21T11:42:32.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T11:42:32.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.586+0000 7f5f63a0c880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T11:42:32.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-21T11:42:32.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-21T11:42:32.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi071/store.db/MANIFEST-000001 2024-01-21T11:42:32.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-21T11:42:32.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T11:42:32.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-21T11:42:32.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T11:42:32.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.merge_operator: 2024-01-21T11:42:32.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.compaction_filter: None 2024-01-21T11:42:32.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T11:42:32.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T11:42:32.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T11:42:32.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5596a4351d30) 2024-01-21T11:42:32.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-21T11:42:32.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T11:42:32.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T11:42:32.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-21T11:42:32.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-21T11:42:32.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-21T11:42:32.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-21T11:42:32.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-21T11:42:32.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-21T11:42:32.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-21T11:42:32.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-21T11:42:32.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_cache: 0x5596a4386d10 2024-01-21T11:42:32.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-21T11:42:32.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-21T11:42:32.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-21T11:42:32.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-21T11:42:32.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-21T11:42:32.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-21T11:42:32.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-21T11:42:32.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-21T11:42:32.629 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-21T11:42:32.629 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-21T11:42:32.629 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-21T11:42:32.629 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-21T11:42:32.629 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-21T11:42:32.629 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-21T11:42:32.629 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-21T11:42:32.629 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T11:42:32.629 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-21T11:42:32.629 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-21T11:42:32.629 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-21T11:42:32.629 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-21T11:42:32.629 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-21T11:42:32.629 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-21T11:42:32.629 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-21T11:42:32.630 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T11:42:32.630 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T11:42:32.630 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.compression: NoCompression 2024-01-21T11:42:32.630 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T11:42:32.630 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T11:42:32.630 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T11:42:32.630 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.num_levels: 7 2024-01-21T11:42:32.630 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T11:42:32.630 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T11:42:32.630 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T11:42:32.630 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T11:42:32.630 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T11:42:32.630 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T11:42:32.630 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T11:42:32.630 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T11:42:32.631 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T11:42:32.631 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T11:42:32.631 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T11:42:32.631 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T11:42:32.631 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T11:42:32.631 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T11:42:32.631 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T11:42:32.631 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T11:42:32.631 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T11:42:32.631 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T11:42:32.631 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T11:42:32.631 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T11:42:32.631 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T11:42:32.631 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T11:42:32.631 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T11:42:32.632 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T11:42:32.632 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T11:42:32.632 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T11:42:32.632 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T11:42:32.632 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T11:42:32.632 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T11:42:32.632 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T11:42:32.632 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T11:42:32.632 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T11:42:32.632 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T11:42:32.632 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T11:42:32.632 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T11:42:32.632 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T11:42:32.632 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T11:42:32.632 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T11:42:32.632 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T11:42:32.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T11:42:32.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T11:42:32.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T11:42:32.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T11:42:32.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T11:42:32.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T11:42:32.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T11:42:32.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T11:42:32.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.table_properties_collectors: 2024-01-21T11:42:32.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T11:42:32.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T11:42:32.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T11:42:32.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T11:42:32.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T11:42:32.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.bloom_locality: 0 2024-01-21T11:42:32.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T11:42:32.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T11:42:32.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T11:42:32.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T11:42:32.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T11:42:32.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.ttl: 2592000 2024-01-21T11:42:32.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T11:42:32.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi071/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-21T11:42:32.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-21T11:42:32.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.587+0000 7f5f63a0c880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-21T11:42:32.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-21T11:42:32.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.590+0000 7f5f63a0c880 4 rocksdb: DB pointer 0x5596a444f800 2024-01-21T11:42:32.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.590+0000 7f5f4c87f700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T11:42:32.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.590+0000 7f5f4c87f700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T11:42:32.635 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-21T11:42:32.635 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:42:32.635 INFO:teuthology.orchestra.run.smithi071.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-21T11:42:32.635 INFO:teuthology.orchestra.run.smithi071.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-21T11:42:32.635 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T11:42:32.635 INFO:teuthology.orchestra.run.smithi071.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-21T11:42:32.635 INFO:teuthology.orchestra.run.smithi071.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-21T11:42:32.635 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T11:42:32.635 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-21T11:42:32.635 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T11:42:32.635 INFO:teuthology.orchestra.run.smithi071.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-21T11:42:32.635 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:42:32.635 INFO:teuthology.orchestra.run.smithi071.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-21T11:42:32.635 INFO:teuthology.orchestra.run.smithi071.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-21T11:42:32.636 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-21T11:42:32.636 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T11:42:32.636 INFO:teuthology.orchestra.run.smithi071.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-21T11:42:32.636 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:42:32.636 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:42:32.636 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T11:42:32.636 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T11:42:32.636 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T11:42:32.636 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T11:42:32.636 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-21T11:42:32.636 INFO:teuthology.orchestra.run.smithi071.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-21T11:42:32.636 INFO:teuthology.orchestra.run.smithi071.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-21T11:42:32.636 INFO:teuthology.orchestra.run.smithi071.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-21T11:42:32.636 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-21T11:42:32.637 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-21T11:42:32.637 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-21T11:42:32.637 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T11:42:32.637 INFO:teuthology.orchestra.run.smithi071.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-21T11:42:32.637 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:42:32.637 INFO:teuthology.orchestra.run.smithi071.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-21T11:42:32.637 INFO:teuthology.orchestra.run.smithi071.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-21T11:42:32.637 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-21T11:42:32.637 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T11:42:32.637 INFO:teuthology.orchestra.run.smithi071.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-21T11:42:32.637 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:42:32.637 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:42:32.637 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T11:42:32.637 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T11:42:32.638 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T11:42:32.638 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T11:42:32.638 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-21T11:42:32.638 INFO:teuthology.orchestra.run.smithi071.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-21T11:42:32.638 INFO:teuthology.orchestra.run.smithi071.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-21T11:42:32.638 INFO:teuthology.orchestra.run.smithi071.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-21T11:42:32.638 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-21T11:42:32.638 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-21T11:42:32.638 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-21T11:42:32.638 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.591+0000 7f5f63a0c880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-21T11:42:32.638 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.591+0000 7f5f63a0c880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-21T11:42:32.638 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:42:32.591+0000 7f5f63a0c880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi071 for mon.smithi071 2024-01-21T11:42:32.947 INFO:teuthology.orchestra.run.smithi071.stderr:create mon.smithi071 on 2024-01-21T11:42:33.057 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-21T11:42:33.155 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-1690d858-b852-11ee-95b0-87774f69a715.target → /etc/systemd/system/ceph-1690d858-b852-11ee-95b0-87774f69a715.target. 2024-01-21T11:42:33.155 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-1690d858-b852-11ee-95b0-87774f69a715.target → /etc/systemd/system/ceph-1690d858-b852-11ee-95b0-87774f69a715.target. 2024-01-21T11:42:33.358 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Failed to reset failed state of unit ceph-1690d858-b852-11ee-95b0-87774f69a715@mon.smithi071.service: Unit ceph-1690d858-b852-11ee-95b0-87774f69a715@mon.smithi071.service not loaded. 2024-01-21T11:42:33.364 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/ceph-1690d858-b852-11ee-95b0-87774f69a715.target.wants/ceph-1690d858-b852-11ee-95b0-87774f69a715@mon.smithi071.service → /etc/systemd/system/ceph-1690d858-b852-11ee-95b0-87774f69a715@.service. 2024-01-21T11:42:33.808 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: disabled 2024-01-21T11:42:33.816 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2024-01-21T11:42:33.816 INFO:teuthology.orchestra.run.smithi071.stderr:firewalld.service is not enabled 2024-01-21T11:42:33.816 INFO:teuthology.orchestra.run.smithi071.stderr:Not possible to enable service . firewalld.service is not available 2024-01-21T11:42:33.817 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mon to start... 2024-01-21T11:42:33.817 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mon... 2024-01-21T11:42:34.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:33 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[34724]: cluster 2024-01-21T11:42:33.815894+0000 mon.smithi071 (mon.0) 1 : cluster [INF] mon.smithi071 is new leader, mons smithi071 in quorum (ranks 0) 2024-01-21T11:42:34.277 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: cluster: 2024-01-21T11:42:34.277 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: id: 1690d858-b852-11ee-95b0-87774f69a715 2024-01-21T11:42:34.277 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-21T11:42:34.277 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-21T11:42:34.277 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: services: 2024-01-21T11:42:34.277 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi071 (age 0.439548s) 2024-01-21T11:42:34.277 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-21T11:42:34.277 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-21T11:42:34.277 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-21T11:42:34.277 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: data: 2024-01-21T11:42:34.277 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-21T11:42:34.277 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-21T11:42:34.277 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-21T11:42:34.278 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: pgs: 2024-01-21T11:42:34.278 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-21T11:42:34.638 INFO:teuthology.orchestra.run.smithi071.stderr:mon is available 2024-01-21T11:42:34.638 INFO:teuthology.orchestra.run.smithi071.stderr:Assimilating anything we can from ceph.conf... 2024-01-21T11:42:35.080 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-21T11:42:35.080 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [global] 2024-01-21T11:42:35.080 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: fsid = 1690d858-b852-11ee-95b0-87774f69a715 2024-01-21T11:42:35.080 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.71:3300,v1:172.21.15.71:6789] 2024-01-21T11:42:35.080 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-21T11:42:35.080 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-21T11:42:35.080 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-21T11:42:35.080 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-21T11:42:35.080 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-21T11:42:35.080 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [mgr] 2024-01-21T11:42:35.080 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-21T11:42:35.080 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-21T11:42:35.080 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [osd] 2024-01-21T11:42:35.081 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-21T11:42:35.081 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-21T11:42:35.099 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[34724]: cluster 2024-01-21T11:42:33.835803+0000 mon.smithi071 (mon.0) 2 : cluster [INF] mon.smithi071 is new leader, mons smithi071 in quorum (ranks 0) 2024-01-21T11:42:35.099 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[34724]: cluster 2024-01-21T11:42:33.836100+0000 mon.smithi071 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi071=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0]} removed_ranks: {} 2024-01-21T11:42:35.099 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[34724]: cluster 2024-01-21T11:42:33.842012+0000 mon.smithi071 (mon.0) 4 : cluster [DBG] fsmap 2024-01-21T11:42:35.099 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[34724]: cluster 2024-01-21T11:42:33.845906+0000 mon.smithi071 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-21T11:42:35.099 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[34724]: cluster 2024-01-21T11:42:33.846346+0000 mon.smithi071 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-21T11:42:35.099 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[34724]: audit 2024-01-21T11:42:34.275306+0000 mon.smithi071 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.71:0/1554534298' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-21T11:42:35.429 INFO:teuthology.orchestra.run.smithi071.stderr:Generating new minimal ceph.conf... 2024-01-21T11:42:36.098 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[34724]: audit 2024-01-21T11:42:35.075365+0000 mon.smithi071 (mon.0) 8 : audit [INF] from='client.? 172.21.15.71:0/3688125858' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T11:42:36.098 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[34724]: audit 2024-01-21T11:42:35.078448+0000 mon.smithi071 (mon.0) 9 : audit [INF] from='client.? 172.21.15.71:0/3688125858' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-21T11:42:36.098 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[34724]: audit 2024-01-21T11:42:35.843907+0000 mon.smithi071 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.71:0/3192694610' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:42:36.180 INFO:teuthology.orchestra.run.smithi071.stderr:Restarting the monitor... 2024-01-21T11:42:36.394 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:36 smithi071 systemd[1]: Stopping Ceph mon.smithi071 for 1690d858-b852-11ee-95b0-87774f69a715... 2024-01-21T11:42:36.394 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:36 smithi071 bash[35049]: Error: no container with name or ID "ceph-1690d858-b852-11ee-95b0-87774f69a715-mon.smithi071" found: no such container 2024-01-21T11:42:36.678 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[34724]: debug 2024-01-21T11:42:36.393+0000 7fc9047c5700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi071 -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-21T11:42:36.678 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[34724]: debug 2024-01-21T11:42:36.393+0000 7fc9047c5700 -1 mon.smithi071@0(leader) e1 *** Got Signal Terminated *** 2024-01-21T11:42:36.678 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:36 smithi071 bash[35088]: ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071 2024-01-21T11:42:37.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:36 smithi071 systemd[1]: ceph-1690d858-b852-11ee-95b0-87774f69a715@mon.smithi071.service: Succeeded. 2024-01-21T11:42:37.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:36 smithi071 systemd[1]: Stopped Ceph mon.smithi071 for 1690d858-b852-11ee-95b0-87774f69a715. 2024-01-21T11:42:37.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:36 smithi071 systemd[1]: Starting Ceph mon.smithi071 for 1690d858-b852-11ee-95b0-87774f69a715... 2024-01-21T11:42:37.181 INFO:teuthology.orchestra.run.smithi071.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-01-21T11:42:37.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.167+0000 7f72422cd880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T11:42:37.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.167+0000 7f72422cd880 0 ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable), process ceph-mon, pid 7 2024-01-21T11:42:37.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.167+0000 7f72422cd880 0 pidfile_write: ignore empty --pid-file 2024-01-21T11:42:37.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.171+0000 7f72422cd880 0 load: jerasure load: lrc load: isa 2024-01-21T11:42:37.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T11:42:37.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 2024-01-21T11:42:37.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T11:42:37.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Compile date Jan 19 2024 2024-01-21T11:42:37.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: DB SUMMARY 2024-01-21T11:42:37.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 2024-01-21T11:42:37.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: CURRENT file: CURRENT 2024-01-21T11:42:37.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 2024-01-21T11:42:37.586 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-21T11:42:37.586 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 2024-01-21T11:42:37.586 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-21T11:42:37.586 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 2024-01-21T11:42:37.586 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi071/store.db dir, Total Num: 1, files: 000004.sst 2024-01-21T11:42:37.586 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 2024-01-21T11:42:37.586 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi071/store.db: 000006.log size: 81712 ; 2024-01-21T11:42:37.586 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 2024-01-21T11:42:37.586 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.error_if_exists: 0 2024-01-21T11:42:37.586 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.create_if_missing: 0 2024-01-21T11:42:37.586 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T11:42:37.587 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.env: 0x558f6ab6c080 2024-01-21T11:42:37.587 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.fs: Posix File System 2024-01-21T11:42:37.587 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.info_log: 0x558f6d169d20 2024-01-21T11:42:37.587 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T11:42:37.587 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.statistics: (nil) 2024-01-21T11:42:37.587 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.use_fsync: 0 2024-01-21T11:42:37.587 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T11:42:37.587 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T11:42:37.587 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T11:42:37.587 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T11:42:37.588 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T11:42:37.588 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T11:42:37.588 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T11:42:37.588 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T11:42:37.588 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T11:42:37.588 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T11:42:37.588 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T11:42:37.588 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.db_log_dir: 2024-01-21T11:42:37.588 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi071/store.db 2024-01-21T11:42:37.588 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T11:42:37.588 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T11:42:37.588 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T11:42:37.589 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T11:42:37.589 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T11:42:37.589 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T11:42:37.589 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T11:42:37.589 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T11:42:37.589 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T11:42:37.589 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T11:42:37.589 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.write_buffer_manager: 0x558f6ddc0480 2024-01-21T11:42:37.589 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T11:42:37.589 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T11:42:37.589 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T11:42:37.589 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T11:42:37.589 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T11:42:37.590 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T11:42:37.590 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T11:42:37.590 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T11:42:37.590 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T11:42:37.590 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.unordered_write: 0 2024-01-21T11:42:37.590 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T11:42:37.592 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T11:42:37.592 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T11:42:37.592 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T11:42:37.592 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.row_cache: None 2024-01-21T11:42:37.592 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.wal_filter: None 2024-01-21T11:42:37.592 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T11:42:37.592 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T11:42:37.592 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T11:42:37.592 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.two_write_queues: 0 2024-01-21T11:42:37.592 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T11:42:37.592 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.atomic_flush: 0 2024-01-21T11:42:37.593 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T11:42:37.593 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T11:42:37.593 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T11:42:37.593 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T11:42:37.593 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T11:42:37.593 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T11:42:37.593 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T11:42:37.593 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T11:42:37.593 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T11:42:37.593 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T11:42:37.593 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T11:42:37.593 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T11:42:37.593 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T11:42:37.594 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T11:42:37.594 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T11:42:37.594 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.max_open_files: -1 2024-01-21T11:42:37.594 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T11:42:37.594 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T11:42:37.594 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T11:42:37.594 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T11:42:37.594 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Compression algorithms supported: 2024-01-21T11:42:37.594 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T11:42:37.594 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: kZSTD supported: 0 2024-01-21T11:42:37.594 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: kXpressCompression supported: 0 2024-01-21T11:42:37.594 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T11:42:37.594 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T11:42:37.595 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T11:42:37.595 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: kZlibCompression supported: 1 2024-01-21T11:42:37.595 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T11:42:37.595 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T11:42:37.595 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi071/store.db/MANIFEST-000005 2024-01-21T11:42:37.595 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 2024-01-21T11:42:37.595 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T11:42:37.595 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 2024-01-21T11:42:37.595 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T11:42:37.595 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.merge_operator: 2024-01-21T11:42:37.595 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.compaction_filter: None 2024-01-21T11:42:37.595 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T11:42:37.595 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T11:42:37.596 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T11:42:37.596 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558f6d119d28) 2024-01-21T11:42:37.596 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cache_index_and_filter_blocks: 1 2024-01-21T11:42:37.596 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T11:42:37.596 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T11:42:37.596 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: pin_top_level_index_and_filter: 1 2024-01-21T11:42:37.596 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: index_type: 0 2024-01-21T11:42:37.596 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: data_block_index_type: 0 2024-01-21T11:42:37.596 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: index_shortening: 1 2024-01-21T11:42:37.596 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: data_block_hash_table_util_ratio: 0.750000 2024-01-21T11:42:37.596 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: hash_index_allow_collision: 1 2024-01-21T11:42:37.597 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: checksum: 1 2024-01-21T11:42:37.597 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: no_block_cache: 0 2024-01-21T11:42:37.597 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: block_cache: 0x558f6d14ef10 2024-01-21T11:42:37.597 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: block_cache_name: BinnedLRUCache 2024-01-21T11:42:37.597 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: block_cache_options: 2024-01-21T11:42:37.597 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: capacity : 536870912 2024-01-21T11:42:37.597 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: num_shard_bits : 4 2024-01-21T11:42:37.597 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: strict_capacity_limit : 0 2024-01-21T11:42:37.597 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: high_pri_pool_ratio: 0.000 2024-01-21T11:42:37.597 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: block_cache_compressed: (nil) 2024-01-21T11:42:37.597 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: persistent_cache: (nil) 2024-01-21T11:42:37.597 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: block_size: 4096 2024-01-21T11:42:37.597 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 bash[35210]: 324b8c0673572b6b8c982821920e91ab666175903e2010a185e38b089622dfde 2024-01-21T11:42:37.598 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: block_size_deviation: 10 2024-01-21T11:42:37.598 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: block_restart_interval: 16 2024-01-21T11:42:37.598 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: index_block_restart_interval: 1 2024-01-21T11:42:37.598 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: metadata_block_size: 4096 2024-01-21T11:42:37.598 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: partition_filters: 0 2024-01-21T11:42:37.598 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: use_delta_encoding: 1 2024-01-21T11:42:37.598 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T11:42:37.598 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: whole_key_filtering: 1 2024-01-21T11:42:37.598 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: verify_compression: 0 2024-01-21T11:42:37.598 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: read_amp_bytes_per_bit: 0 2024-01-21T11:42:37.598 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: format_version: 2 2024-01-21T11:42:37.598 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: enable_index_compression: 1 2024-01-21T11:42:37.599 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: block_align: 0 2024-01-21T11:42:37.599 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 2024-01-21T11:42:37.599 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T11:42:37.599 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T11:42:37.599 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.compression: NoCompression 2024-01-21T11:42:37.599 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T11:42:37.599 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T11:42:37.599 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T11:42:37.599 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.num_levels: 7 2024-01-21T11:42:37.599 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T11:42:37.599 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T11:42:37.599 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T11:42:37.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T11:42:37.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T11:42:37.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T11:42:37.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T11:42:37.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T11:42:37.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T11:42:37.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T11:42:37.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T11:42:37.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T11:42:37.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T11:42:37.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T11:42:37.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T11:42:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T11:42:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T11:42:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T11:42:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T11:42:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T11:42:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T11:42:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T11:42:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T11:42:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T11:42:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T11:42:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T11:42:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T11:42:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T11:42:37.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T11:42:37.602 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T11:42:37.602 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T11:42:37.602 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T11:42:37.602 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T11:42:37.602 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T11:42:37.602 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T11:42:37.602 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T11:42:37.602 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T11:42:37.602 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T11:42:37.602 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T11:42:37.602 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T11:42:37.602 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T11:42:37.603 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T11:42:37.603 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T11:42:37.603 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T11:42:37.603 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T11:42:37.603 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T11:42:37.603 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T11:42:37.603 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.table_properties_collectors: 2024-01-21T11:42:37.603 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T11:42:37.603 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T11:42:37.603 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T11:42:37.603 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T11:42:37.603 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T11:42:37.603 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.bloom_locality: 0 2024-01-21T11:42:37.604 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T11:42:37.604 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T11:42:37.604 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T11:42:37.604 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T11:42:37.604 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T11:42:37.604 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.ttl: 2592000 2024-01-21T11:42:37.604 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T11:42:37.604 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi071/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-21T11:42:37.604 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 2024-01-21T11:42:37.604 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.172+0000 7f72422cd880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-21T11:42:37.604 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 2024-01-21T11:42:37.604 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.173+0000 7f72422cd880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705837357174327, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-21T11:42:37.604 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.173+0000 7f72422cd880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-21T11:42:37.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.173+0000 7f72422cd880 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-21T11:42:37.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.173+0000 7f72422cd880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705837357175108, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 78715, "table_properties": {"data_size": 77009, "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": 71579, "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": 1705837357, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-21T11:42:37.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.173+0000 7f72422cd880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-21T11:42:37.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 2024-01-21T11:42:37.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.174+0000 7f72422cd880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705837357175476, "job": 1, "event": "recovery_finished"} 2024-01-21T11:42:37.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.174+0000 7f72422cd880 4 rocksdb: DB pointer 0x558f6d217800 2024-01-21T11:42:37.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.175+0000 7f72290bf700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T11:42:37.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.175+0000 7f72290bf700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T11:42:37.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: ** DB Stats ** 2024-01-21T11:42:37.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:42:37.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:42:37.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-21T11:42:37.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T11:42:37.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:42:37.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-21T11:42:37.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T11:42:37.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 2024-01-21T11:42:37.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: ** Compaction Stats [default] ** 2024-01-21T11:42:37.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:42:37.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:42:37.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: L0 2/0 78.56 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.0 0.00 0.00 1 0.001 0 0 2024-01-21T11:42:37.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Sum 2/0 78.56 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.0 0.00 0.00 1 0.001 0 0 2024-01-21T11:42:37.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.0 0.00 0.00 1 0.001 0 0 2024-01-21T11:42:37.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 2024-01-21T11:42:37.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: ** Compaction Stats [default] ** 2024-01-21T11:42:37.607 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:42:37.607 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:42:37.607 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 143.0 0.00 0.00 1 0.001 0 0 2024-01-21T11:42:37.607 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:42:37.607 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T11:42:37.607 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T11:42:37.607 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T11:42:37.607 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T11:42:37.607 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T11:42:37.607 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Cumulative compaction: 0.00 GB write, 28.75 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T11:42:37.607 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Interval compaction: 0.00 GB write, 28.75 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T11:42:37.607 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:42:37.608 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 2024-01-21T11:42:37.608 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T11:42:37.608 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 2024-01-21T11:42:37.608 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: ** Compaction Stats [default] ** 2024-01-21T11:42:37.608 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:42:37.608 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:42:37.608 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: L0 2/0 78.56 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.0 0.00 0.00 1 0.001 0 0 2024-01-21T11:42:37.608 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Sum 2/0 78.56 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.0 0.00 0.00 1 0.001 0 0 2024-01-21T11:42:37.608 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:42:37.608 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 2024-01-21T11:42:37.608 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: ** Compaction Stats [default] ** 2024-01-21T11:42:37.608 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:42:37.608 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:42:37.609 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 143.0 0.00 0.00 1 0.001 0 0 2024-01-21T11:42:37.609 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:42:37.609 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T11:42:37.609 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T11:42:37.609 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T11:42:37.609 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T11:42:37.609 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T11:42:37.609 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Cumulative compaction: 0.00 GB write, 28.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T11:42:37.609 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:42:37.609 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:42:37.609 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 2024-01-21T11:42:37.609 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T11:42:37.609 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 2024-01-21T11:42:37.609 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.175+0000 7f72422cd880 0 starting mon.smithi071 rank 0 at public addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] at bind addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi071 fsid 1690d858-b852-11ee-95b0-87774f69a715 2024-01-21T11:42:37.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.176+0000 7f72422cd880 1 mon.smithi071@-1(???) e1 preinit fsid 1690d858-b852-11ee-95b0-87774f69a715 2024-01-21T11:42:37.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.176+0000 7f72422cd880 0 mon.smithi071@-1(???).mds e1 new map 2024-01-21T11:42:37.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.176+0000 7f72422cd880 0 mon.smithi071@-1(???).mds e1 print_map 2024-01-21T11:42:37.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: e1 2024-01-21T11:42:37.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-21T11:42:37.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:42:37.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: legacy client fscid: -1 2024-01-21T11:42:37.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 2024-01-21T11:42:37.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: No filesystems configured 2024-01-21T11:42:37.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 2024-01-21T11:42:37.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.176+0000 7f72422cd880 0 mon.smithi071@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-21T11:42:37.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.176+0000 7f72422cd880 0 mon.smithi071@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T11:42:37.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.176+0000 7f72422cd880 0 mon.smithi071@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T11:42:37.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.176+0000 7f72422cd880 0 mon.smithi071@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T11:42:37.610 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:35.075365+0000 mon.smithi071 (mon.0) 8 : audit [INF] from='client.? 172.21.15.71:0/3688125858' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T11:42:37.611 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:35.078448+0000 mon.smithi071 (mon.0) 9 : audit [INF] from='client.? 172.21.15.71:0/3688125858' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-21T11:42:37.611 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:35.843907+0000 mon.smithi071 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.71:0/3192694610' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:42:37.611 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:42:37.176+0000 7f72422cd880 1 mon.smithi071@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-21T11:42:37.611 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 systemd[1]: Started Ceph mon.smithi071 for 1690d858-b852-11ee-95b0-87774f69a715. 2024-01-21T11:42:37.611 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:42:37.194248+0000 mon.smithi071 (mon.0) 1 : cluster [INF] mon.smithi071 is new leader, mons smithi071 in quorum (ranks 0) 2024-01-21T11:42:37.611 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:42:37.194363+0000 mon.smithi071 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi071=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0]} removed_ranks: {} 2024-01-21T11:42:37.611 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:42:37.194911+0000 mon.smithi071 (mon.0) 3 : cluster [DBG] fsmap 2024-01-21T11:42:37.611 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:42:37.194965+0000 mon.smithi071 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-21T11:42:37.611 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:42:37.195491+0000 mon.smithi071 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-21T11:42:37.963 INFO:teuthology.orchestra.run.smithi071.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-21T11:42:37.963 INFO:teuthology.orchestra.run.smithi071.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-21T11:42:37.963 INFO:teuthology.orchestra.run.smithi071.stderr:Creating mgr... 2024-01-21T11:42:37.963 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying port 9283 ... 2024-01-21T11:42:38.090 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Failed to reset failed state of unit ceph-1690d858-b852-11ee-95b0-87774f69a715@mgr.smithi071.edbdnh.service: Unit ceph-1690d858-b852-11ee-95b0-87774f69a715@mgr.smithi071.edbdnh.service not loaded. 2024-01-21T11:42:38.096 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/ceph-1690d858-b852-11ee-95b0-87774f69a715.target.wants/ceph-1690d858-b852-11ee-95b0-87774f69a715@mgr.smithi071.edbdnh.service → /etc/systemd/system/ceph-1690d858-b852-11ee-95b0-87774f69a715@.service. 2024-01-21T11:42:38.597 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: disabled 2024-01-21T11:42:38.604 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2024-01-21T11:42:38.605 INFO:teuthology.orchestra.run.smithi071.stderr:firewalld.service is not enabled 2024-01-21T11:42:38.605 INFO:teuthology.orchestra.run.smithi071.stderr:Not possible to enable service . firewalld.service is not available 2024-01-21T11:42:38.612 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: disabled 2024-01-21T11:42:38.620 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2024-01-21T11:42:38.621 INFO:teuthology.orchestra.run.smithi071.stderr:firewalld.service is not enabled 2024-01-21T11:42:38.621 INFO:teuthology.orchestra.run.smithi071.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-21T11:42:38.621 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mgr to start... 2024-01-21T11:42:38.621 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mgr... 2024-01-21T11:42:39.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-21T11:42:39.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2024-01-21T11:42:39.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsid": "1690d858-b852-11ee-95b0-87774f69a715", 2024-01-21T11:42:39.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "health": { 2024-01-21T11:42:39.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T11:42:39.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T11:42:39.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T11:42:39.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-21T11:42:39.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T11:42:39.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T11:42:39.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 0 2024-01-21T11:42:39.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-21T11:42:39.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T11:42:39.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "smithi071" 2024-01-21T11:42:39.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-21T11:42:39.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_age": 1, 2024-01-21T11:42:39.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T11:42:39.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:42:39.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T11:42:39.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T11:42:39.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-21T11:42:39.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T11:42:39.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:42:39.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T11:42:39.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T11:42:39.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T11:42:39.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T11:42:39.061 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T11:42:39.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T11:42:39.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-21T11:42:39.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T11:42:39.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T11:42:39.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T11:42:39.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T11:42:39.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T11:42:39.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T11:42:39.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T11:42:39.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T11:42:39.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T11:42:39.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-21T11:42:39.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T11:42:39.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:42:39.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T11:42:39.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T11:42:39.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-21T11:42:39.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T11:42:39.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": false, 2024-01-21T11:42:39.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T11:42:39.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T11:42:39.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "iostat", 2024-01-21T11:42:39.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "nfs", 2024-01-21T11:42:39.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "restful" 2024-01-21T11:42:39.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-21T11:42:39.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2024-01-21T11:42:39.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-21T11:42:39.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T11:42:39.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:42:39.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modified": "2024-01-21T11:42:33.839842+0000", 2024-01-21T11:42:39.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2024-01-21T11:42:39.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-21T11:42:39.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T11:42:39.064 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2024-01-21T11:42:39.076 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:37.616251+0000 mon.smithi071 (mon.0) 6 : audit [INF] from='client.? 172.21.15.71:0/888779902' entity='client.admin' 2024-01-21T11:42:39.404 INFO:teuthology.orchestra.run.smithi071.stderr:mgr not available, waiting (1/15)... 2024-01-21T11:42:39.893 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:39 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:39.054406+0000 mon.smithi071 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.71:0/3450627790' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T11:42:41.839 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-21T11:42:41.839 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2024-01-21T11:42:41.839 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsid": "1690d858-b852-11ee-95b0-87774f69a715", 2024-01-21T11:42:41.839 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "health": { 2024-01-21T11:42:41.839 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T11:42:41.839 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T11:42:41.840 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T11:42:41.840 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-21T11:42:41.840 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T11:42:41.840 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T11:42:41.840 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 0 2024-01-21T11:42:41.840 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-21T11:42:41.840 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T11:42:41.840 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "smithi071" 2024-01-21T11:42:41.840 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-21T11:42:41.840 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-01-21T11:42:41.840 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T11:42:41.840 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:42:41.840 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T11:42:41.840 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T11:42:41.841 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-21T11:42:41.841 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T11:42:41.841 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:42:41.841 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T11:42:41.841 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T11:42:41.841 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T11:42:41.841 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T11:42:41.844 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T11:42:41.844 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T11:42:41.844 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-21T11:42:41.844 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T11:42:41.844 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T11:42:41.845 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T11:42:41.845 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T11:42:41.845 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T11:42:41.845 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T11:42:41.845 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T11:42:41.845 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T11:42:41.845 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T11:42:41.845 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-21T11:42:41.845 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T11:42:41.845 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:42:41.845 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T11:42:41.845 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T11:42:41.845 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-21T11:42:41.845 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T11:42:41.845 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": false, 2024-01-21T11:42:41.845 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T11:42:41.846 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T11:42:41.846 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "iostat", 2024-01-21T11:42:41.846 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "nfs", 2024-01-21T11:42:41.846 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "restful" 2024-01-21T11:42:41.846 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-21T11:42:41.846 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2024-01-21T11:42:41.846 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-21T11:42:41.846 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T11:42:41.846 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:42:41.846 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modified": "2024-01-21T11:42:33.839842+0000", 2024-01-21T11:42:41.846 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2024-01-21T11:42:41.846 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-21T11:42:41.846 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T11:42:41.846 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2024-01-21T11:42:42.130 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:41 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:41.837069+0000 mon.smithi071 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.71:0/3775220113' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T11:42:42.186 INFO:teuthology.orchestra.run.smithi071.stderr:mgr not available, waiting (2/15)... 2024-01-21T11:42:44.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:42:43.834030+0000 mon.smithi071 (mon.0) 9 : cluster [INF] Activating manager daemon smithi071.edbdnh 2024-01-21T11:42:44.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:42:43.836558+0000 mon.smithi071 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi071.edbdnh(active, starting, since 0.00263636s) 2024-01-21T11:42:44.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:43.837321+0000 mon.smithi071 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.71:0/2031988951' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T11:42:44.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:43.837447+0000 mon.smithi071 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.71:0/2031988951' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T11:42:44.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:43.837559+0000 mon.smithi071 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.71:0/2031988951' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T11:42:44.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:43.837682+0000 mon.smithi071 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.71:0/2031988951' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2024-01-21T11:42:44.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:43.838070+0000 mon.smithi071 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.71:0/2031988951' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mgr metadata", "who": "smithi071.edbdnh", "id": "smithi071.edbdnh"}]: dispatch 2024-01-21T11:42:44.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:42:43.853000+0000 mon.smithi071 (mon.0) 16 : cluster [INF] Manager daemon smithi071.edbdnh is now available 2024-01-21T11:42:44.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:43.862545+0000 mon.smithi071 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.71:0/2031988951' entity='mgr.smithi071.edbdnh' 2024-01-21T11:42:44.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:43.866080+0000 mon.smithi071 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.71:0/2031988951' entity='mgr.smithi071.edbdnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.edbdnh/mirror_snapshot_schedule"}]: dispatch 2024-01-21T11:42:44.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:43.868720+0000 mon.smithi071 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.71:0/2031988951' entity='mgr.smithi071.edbdnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.edbdnh/trash_purge_schedule"}]: dispatch 2024-01-21T11:42:44.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:43.874036+0000 mon.smithi071 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.71:0/2031988951' entity='mgr.smithi071.edbdnh' 2024-01-21T11:42:44.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:43.876666+0000 mon.smithi071 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.71:0/2031988951' entity='mgr.smithi071.edbdnh' 2024-01-21T11:42:45.647 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-21T11:42:45.647 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2024-01-21T11:42:45.647 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsid": "1690d858-b852-11ee-95b0-87774f69a715", 2024-01-21T11:42:45.647 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "health": { 2024-01-21T11:42:45.648 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T11:42:45.648 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T11:42:45.648 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T11:42:45.648 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-21T11:42:45.648 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T11:42:45.648 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T11:42:45.648 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 0 2024-01-21T11:42:45.648 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-21T11:42:45.648 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T11:42:45.648 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "smithi071" 2024-01-21T11:42:45.648 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-21T11:42:45.648 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-01-21T11:42:45.648 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T11:42:45.648 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:42:45.648 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T11:42:45.649 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T11:42:45.649 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-21T11:42:45.649 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T11:42:45.649 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:42:45.649 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T11:42:45.649 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T11:42:45.649 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T11:42:45.649 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T11:42:45.652 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T11:42:45.652 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T11:42:45.652 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-21T11:42:45.652 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T11:42:45.652 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T11:42:45.652 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T11:42:45.652 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T11:42:45.653 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T11:42:45.653 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T11:42:45.653 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T11:42:45.653 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T11:42:45.653 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T11:42:45.653 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-21T11:42:45.653 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T11:42:45.653 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:42:45.653 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T11:42:45.653 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T11:42:45.653 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-21T11:42:45.653 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T11:42:45.653 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": true, 2024-01-21T11:42:45.653 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T11:42:45.654 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T11:42:45.654 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "iostat", 2024-01-21T11:42:45.654 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "nfs", 2024-01-21T11:42:45.654 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "restful" 2024-01-21T11:42:45.654 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-21T11:42:45.654 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2024-01-21T11:42:45.654 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-21T11:42:45.654 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T11:42:45.654 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:42:45.654 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modified": "2024-01-21T11:42:33.839842+0000", 2024-01-21T11:42:45.654 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2024-01-21T11:42:45.654 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-21T11:42:45.654 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T11:42:45.654 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2024-01-21T11:42:45.929 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:42:44.839911+0000 mon.smithi071 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi071.edbdnh(active, since 1.00599s) 2024-01-21T11:42:45.929 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:45.645348+0000 mon.smithi071 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.71:0/2765468737' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T11:42:46.002 INFO:teuthology.orchestra.run.smithi071.stderr:mgr is available 2024-01-21T11:42:46.499 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-21T11:42:46.500 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [global] 2024-01-21T11:42:46.500 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: fsid = 1690d858-b852-11ee-95b0-87774f69a715 2024-01-21T11:42:46.500 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-21T11:42:46.500 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-21T11:42:46.500 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-21T11:42:46.500 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-21T11:42:46.500 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-21T11:42:46.500 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [mgr] 2024-01-21T11:42:46.500 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-21T11:42:46.500 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-21T11:42:46.500 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [osd] 2024-01-21T11:42:46.500 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-21T11:42:46.500 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-21T11:42:46.827 INFO:teuthology.orchestra.run.smithi071.stderr:Enabling cephadm module... 2024-01-21T11:42:47.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:46.498463+0000 mon.smithi071 (mon.0) 24 : audit [INF] from='client.? 172.21.15.71:0/1060795305' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T11:42:48.217 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:47 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:42:46.841195+0000 mon.smithi071 (mon.0) 25 : cluster [DBG] mgrmap e4: smithi071.edbdnh(active, since 3s) 2024-01-21T11:42:48.217 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:47 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:47.404838+0000 mon.smithi071 (mon.0) 26 : audit [INF] from='client.? 172.21.15.71:0/587184348' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-21T11:42:49.135 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2024-01-21T11:42:49.136 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-21T11:42:49.136 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": true, 2024-01-21T11:42:49.136 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "active_name": "smithi071.edbdnh", 2024-01-21T11:42:49.136 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-21T11:42:49.136 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2024-01-21T11:42:49.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:48.185538+0000 mon.smithi071 (mon.0) 27 : audit [INF] from='client.? 172.21.15.71:0/587184348' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-21T11:42:49.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:42:48.185591+0000 mon.smithi071 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi071.edbdnh(active, since 4s) 2024-01-21T11:42:49.420 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:49.135445+0000 mon.smithi071 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.71:0/2232408265' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-21T11:42:49.484 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for the mgr to restart... 2024-01-21T11:42:49.485 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mgr epoch 5... 2024-01-21T11:42:53.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:42:53.467031+0000 mon.smithi071 (mon.0) 30 : cluster [INF] Active manager daemon smithi071.edbdnh restarted 2024-01-21T11:42:53.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:42:53.467233+0000 mon.smithi071 (mon.0) 31 : cluster [INF] Activating manager daemon smithi071.edbdnh 2024-01-21T11:42:53.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:42:53.469944+0000 mon.smithi071 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-21T11:42:53.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:42:53.470047+0000 mon.smithi071 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi071.edbdnh(active, starting, since 0.0028905s) 2024-01-21T11:42:53.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:53.470715+0000 mon.smithi071 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2024-01-21T11:42:53.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:53.471304+0000 mon.smithi071 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mgr metadata", "who": "smithi071.edbdnh", "id": "smithi071.edbdnh"}]: dispatch 2024-01-21T11:42:53.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:53.471921+0000 mon.smithi071 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T11:42:53.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:53.472094+0000 mon.smithi071 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T11:42:53.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:53.472233+0000 mon.smithi071 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T11:42:53.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:42:53.485691+0000 mon.smithi071 (mon.0) 39 : cluster [INF] Manager daemon smithi071.edbdnh is now available 2024-01-21T11:42:53.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:53.497502+0000 mon.smithi071 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' 2024-01-21T11:42:54.478 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2024-01-21T11:42:54.478 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-21T11:42:54.478 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "initialized": true 2024-01-21T11:42:54.478 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2024-01-21T11:42:54.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:42:53.495008+0000 mgr.smithi071.edbdnh (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-21T11:42:54.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:53.582127+0000 mon.smithi071 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' 2024-01-21T11:42:54.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:53.582997+0000 mon.smithi071 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:42:54.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:53.584611+0000 mon.smithi071 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:42:54.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:53.586414+0000 mon.smithi071 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:42:54.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:53.599675+0000 mon.smithi071 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.edbdnh/mirror_snapshot_schedule"}]: dispatch 2024-01-21T11:42:54.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:53.602241+0000 mon.smithi071 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.edbdnh/trash_purge_schedule"}]: dispatch 2024-01-21T11:42:54.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:42:54.472461+0000 mon.smithi071 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi071.edbdnh(active, since 1.0053s) 2024-01-21T11:42:54.817 INFO:teuthology.orchestra.run.smithi071.stderr:mgr epoch 5 is available 2024-01-21T11:42:54.817 INFO:teuthology.orchestra.run.smithi071.stderr:Setting orchestrator backend to cephadm... 2024-01-21T11:42:55.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:55 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:54.471695+0000 mgr.smithi071.edbdnh (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-21T11:42:55.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:55 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:54.478229+0000 mgr.smithi071.edbdnh (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-21T11:42:55.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:55 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:55.362978+0000 mon.smithi071 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' 2024-01-21T11:42:55.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:55 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:55.410970+0000 mon.smithi071 (mon.0) 49 : audit [DBG] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:42:56.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:56 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:55.359104+0000 mgr.smithi071.edbdnh (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-21T11:42:56.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:56 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:42:56.364490+0000 mon.smithi071 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi071.edbdnh(active, since 2s) 2024-01-21T11:42:58.166 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: value unchanged 2024-01-21T11:42:58.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:42:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:42:58.166312+0000 mgr.smithi071.edbdnh (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:43:00.824 INFO:teuthology.orchestra.run.smithi071.stderr:Generating ssh key... 2024-01-21T11:43:03.816 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:02.380241+0000 mgr.smithi071.edbdnh (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:43:03.816 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:43:02.380451+0000 mgr.smithi071.edbdnh (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-01-21T11:43:03.816 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:02.510310+0000 mon.smithi071 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:03.816 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:02.512703+0000 mon.smithi071 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:05.318 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTtYUo4RomFrebEBMpVNeRENjcjya9k+jpFjZ9M1JrfbzuJqiFhs6NUeZg7m9V7+koSdffFajJmrNgiHgb6tB9VDzFHUBlAvepys/nbx0cZQF/CpSayCIx2k1qa4uB9ry42335q6SMt+2EF+PYlQVCbeg6b3WopeBywqXlAtJxR0tmBzMYc9O2gBMCWuleYg6dy92h7m6DO0qTJBiX8dpJsEFkmOhHoeOaPMv4TJ2gZqjT19cYPXuVkKAfNhOUo9EDAM0pxYlLsEYuVtJcPY2sGK06MgNykPq7kjCQ8bm5pn2qSKZ2Moa4HxZww2vm+IY0LEqI2BXtI2KtcIlOvIJqCPiUC8YAiQ1XDjupqaL+lJRdRe5jX/014HjZ2dSMKtyhlgoKgZFHjiLjsQJYSxmvUocwNqUFnd1iMtAVz8+jmGyNLaCx/2r3m/kiQdCxU8GV9/e3PYIaseKG94Tj9XsgkcivOFHmcyZ2bXlmLEWVPqE52D/Sodz1R+jwhb7/8r0= ceph-1690d858-b852-11ee-95b0-87774f69a715 2024-01-21T11:43:05.690 INFO:teuthology.orchestra.run.smithi071.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-21T11:43:05.690 INFO:teuthology.orchestra.run.smithi071.stderr:Adding key to root@localhost authorized_keys... 2024-01-21T11:43:05.690 INFO:teuthology.orchestra.run.smithi071.stderr:Adding host smithi071... 2024-01-21T11:43:06.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:05.318898+0000 mgr.smithi071.edbdnh (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:43:06.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:06.204345+0000 mgr.smithi071.edbdnh (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi071", "addr": "172.21.15.71", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:43:06.817 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Added host 'smithi071' with addr '172.21.15.71' 2024-01-21T11:43:07.119 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying mon service with default placement... 2024-01-21T11:43:07.640 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-21T11:43:07.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:06.816738+0000 mon.smithi071 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:07.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:43:06.817027+0000 mgr.smithi071.edbdnh (mgr.14116) 10 : cephadm [INF] Added host smithi071 2024-01-21T11:43:07.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:06.851826+0000 mon.smithi071 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:43:07.989 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:07.639951+0000 mon.smithi071 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:08.105 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying mgr service with default placement... 2024-01-21T11:43:08.801 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-21T11:43:08.816 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:07.636070+0000 mgr.smithi071.edbdnh (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:43:08.816 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:43:07.637611+0000 mgr.smithi071.edbdnh (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-21T11:43:08.816 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:08.618249+0000 mon.smithi071 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:09.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:08.801605+0000 mon.smithi071 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:09.147 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying crash service with default placement... 2024-01-21T11:43:09.712 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-21T11:43:10.071 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying prometheus service with default placement... 2024-01-21T11:43:10.227 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:08.798118+0000 mgr.smithi071.edbdnh (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:43:10.227 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:43:08.799036+0000 mgr.smithi071.edbdnh (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-21T11:43:10.227 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:08.849281+0000 mon.smithi071 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:10.227 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:09.712127+0000 mon.smithi071 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:10.227 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:09.736914+0000 mon.smithi071 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:10.643 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-21T11:43:10.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:09.708885+0000 mgr.smithi071.edbdnh (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:43:10.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:43:09.709976+0000 mgr.smithi071.edbdnh (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-21T11:43:10.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:10.643181+0000 mon.smithi071 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:11.113 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying grafana service with default placement... 2024-01-21T11:43:11.625 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-21T11:43:11.962 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying node-exporter service with default placement... 2024-01-21T11:43:12.059 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:11 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:10.640325+0000 mgr.smithi071.edbdnh (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:43:12.059 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:11 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:43:10.641141+0000 mgr.smithi071.edbdnh (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-21T11:43:12.059 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:11 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:11.625069+0000 mon.smithi071 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:12.450 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-21T11:43:12.788 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying alertmanager service with default placement... 2024-01-21T11:43:13.368 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-21T11:43:13.536 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:11.621848+0000 mgr.smithi071.edbdnh (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:43:13.536 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:43:11.622748+0000 mgr.smithi071.edbdnh (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-21T11:43:13.537 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:12.450969+0000 mon.smithi071 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:14.506 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:12.447782+0000 mgr.smithi071.edbdnh (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-21T11:43:14.506 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:43:12.448712+0000 mgr.smithi071.edbdnh (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-21T11:43:14.506 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:13.368382+0000 mon.smithi071 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.71:0/820326793' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:15.395 INFO:teuthology.orchestra.run.smithi071.stderr:Enabling the dashboard module... 2024-01-21T11:43:15.483 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:13.365407+0000 mgr.smithi071.edbdnh (mgr.14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:43:15.483 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:43:13.366239+0000 mgr.smithi071.edbdnh (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-21T11:43:15.483 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:43:13.473396+0000 mgr.smithi071.edbdnh (mgr.14116) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:43:15.483 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:14.233306+0000 mon.smithi071 (mon.0) 65 : audit [INF] from='client.? 172.21.15.71:0/136721526' entity='client.admin' 2024-01-21T11:43:15.483 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:15.066492+0000 mon.smithi071 (mon.0) 66 : audit [INF] from='client.? 172.21.15.71:0/2677276222' entity='client.admin' 2024-01-21T11:43:16.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:15.926743+0000 mon.smithi071 (mon.0) 67 : audit [INF] from='client.? 172.21.15.71:0/1531026706' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-21T11:43:17.095 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2024-01-21T11:43:17.095 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-21T11:43:17.096 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": true, 2024-01-21T11:43:17.096 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "active_name": "smithi071.edbdnh", 2024-01-21T11:43:17.096 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-21T11:43:17.096 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2024-01-21T11:43:17.437 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for the mgr to restart... 2024-01-21T11:43:17.437 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mgr epoch 9... 2024-01-21T11:43:17.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:17 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:16.193416+0000 mon.smithi071 (mon.0) 68 : audit [INF] from='client.? 172.21.15.71:0/1531026706' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-21T11:43:17.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:17 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:43:16.193456+0000 mon.smithi071 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi071.edbdnh(active, since 22s) 2024-01-21T11:43:17.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:17 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:17.095488+0000 mon.smithi071 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.71:0/3135358857' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-21T11:43:21.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:43:21.531246+0000 mon.smithi071 (mon.0) 71 : cluster [INF] Active manager daemon smithi071.edbdnh restarted 2024-01-21T11:43:21.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:43:21.531469+0000 mon.smithi071 (mon.0) 72 : cluster [INF] Activating manager daemon smithi071.edbdnh 2024-01-21T11:43:21.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:43:21.534717+0000 mon.smithi071 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-21T11:43:21.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:43:21.534820+0000 mon.smithi071 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi071.edbdnh(active, starting, since 0.00343847s) 2024-01-21T11:43:21.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:21.535931+0000 mon.smithi071 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2024-01-21T11:43:21.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:21.536568+0000 mon.smithi071 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mgr metadata", "who": "smithi071.edbdnh", "id": "smithi071.edbdnh"}]: dispatch 2024-01-21T11:43:21.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:21.537181+0000 mon.smithi071 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T11:43:21.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:21.537381+0000 mon.smithi071 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T11:43:21.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:21.537558+0000 mon.smithi071 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T11:43:21.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:43:21.550562+0000 mon.smithi071 (mon.0) 80 : cluster [INF] Manager daemon smithi071.edbdnh is now available 2024-01-21T11:43:22.542 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2024-01-21T11:43:22.542 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-21T11:43:22.542 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "initialized": true 2024-01-21T11:43:22.542 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2024-01-21T11:43:22.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:21.644678+0000 mon.smithi071 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:43:22.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:21.645930+0000 mon.smithi071 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:43:22.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:21.670166+0000 mon.smithi071 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.edbdnh/mirror_snapshot_schedule"}]: dispatch 2024-01-21T11:43:22.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:21.672773+0000 mon.smithi071 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.edbdnh/trash_purge_schedule"}]: dispatch 2024-01-21T11:43:22.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:22.482193+0000 mon.smithi071 (mon.0) 85 : audit [INF] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:22.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:43:22.536768+0000 mon.smithi071 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi071.edbdnh(active, since 1.00538s) 2024-01-21T11:43:22.886 INFO:teuthology.orchestra.run.smithi071.stderr:mgr epoch 9 is available 2024-01-21T11:43:22.886 INFO:teuthology.orchestra.run.smithi071.stderr:Generating a dashboard self-signed certificate... 2024-01-21T11:43:23.564 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-21T11:43:23.846 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:22.535670+0000 mgr.smithi071.edbdnh (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-21T11:43:23.846 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:22.541948+0000 mgr.smithi071.edbdnh (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-21T11:43:23.846 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:23.562742+0000 mon.smithi071 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:23.846 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:23.564451+0000 mon.smithi071 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:23.910 INFO:teuthology.orchestra.run.smithi071.stderr:Creating initial admin user... 2024-01-21T11:43:24.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$Yf6Qui5apEt/9VMUcpEGYOkXcQX1D9a5SAHbrHhRNFJYetQTsZeBS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705837404, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-21T11:43:24.896 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:23.498510+0000 mgr.smithi071.edbdnh (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:43:24.896 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:43:23.585857+0000 mon.smithi071 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi071.edbdnh(active, since 2s) 2024-01-21T11:43:24.976 INFO:teuthology.orchestra.run.smithi071.stderr:Fetching dashboard port number... 2024-01-21T11:43:25.469 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 8443 2024-01-21T11:43:25.809 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: disabled 2024-01-21T11:43:25.816 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2024-01-21T11:43:25.817 INFO:teuthology.orchestra.run.smithi071.stderr:firewalld.service is not enabled 2024-01-21T11:43:25.817 INFO:teuthology.orchestra.run.smithi071.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-21T11:43:25.820 INFO:teuthology.orchestra.run.smithi071.stderr:Ceph Dashboard is now available at: 2024-01-21T11:43:25.820 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-21T11:43:25.820 INFO:teuthology.orchestra.run.smithi071.stderr: URL: https://smithi071.front.sepia.ceph.com:8443/ 2024-01-21T11:43:25.820 INFO:teuthology.orchestra.run.smithi071.stderr: User: admin 2024-01-21T11:43:25.820 INFO:teuthology.orchestra.run.smithi071.stderr: Password: 9v0b2q3a46 2024-01-21T11:43:25.820 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-21T11:43:25.820 INFO:teuthology.orchestra.run.smithi071.stderr:Enabling autotune for osd_memory_target 2024-01-21T11:43:25.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:24.409787+0000 mgr.smithi071.edbdnh (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-21T11:43:25.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:24.628143+0000 mon.smithi071 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:25.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:25.470021+0000 mon.smithi071 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.71:0/82150691' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-21T11:43:27.234 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-21T11:43:27.577 INFO:teuthology.orchestra.run.smithi071.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-21T11:43:27.577 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-21T11:43:27.577 INFO:teuthology.orchestra.run.smithi071.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 1690d858-b852-11ee-95b0-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-21T11:43:27.577 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-21T11:43:27.577 INFO:teuthology.orchestra.run.smithi071.stderr:Or, if you are only running a single cluster on this host: 2024-01-21T11:43:27.577 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-21T11:43:27.577 INFO:teuthology.orchestra.run.smithi071.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-21T11:43:27.578 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-21T11:43:27.578 INFO:teuthology.orchestra.run.smithi071.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-21T11:43:27.578 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-21T11:43:27.578 INFO:teuthology.orchestra.run.smithi071.stderr: ceph telemetry on 2024-01-21T11:43:27.578 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-21T11:43:27.578 INFO:teuthology.orchestra.run.smithi071.stderr:For more information see: 2024-01-21T11:43:27.578 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-21T11:43:27.578 INFO:teuthology.orchestra.run.smithi071.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-21T11:43:27.578 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-21T11:43:27.578 INFO:teuthology.orchestra.run.smithi071.stderr:Bootstrap complete. 2024-01-21T11:43:27.612 INFO:tasks.cephadm:Fetching config... 2024-01-21T11:43:27.612 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-21T11:43:27.612 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-21T11:43:27.630 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-21T11:43:27.631 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-21T11:43:27.631 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-21T11:43:27.688 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-21T11:43:27.688 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-21T11:43:27.688 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/mon.smithi071/keyring of=/dev/stdout 2024-01-21T11:43:27.757 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-21T11:43:27.758 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-21T11:43:27.758 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-21T11:43:27.815 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-21T11:43:27.816 DEBUG:teuthology.orchestra.run.smithi071:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTtYUo4RomFrebEBMpVNeRENjcjya9k+jpFjZ9M1JrfbzuJqiFhs6NUeZg7m9V7+koSdffFajJmrNgiHgb6tB9VDzFHUBlAvepys/nbx0cZQF/CpSayCIx2k1qa4uB9ry42335q6SMt+2EF+PYlQVCbeg6b3WopeBywqXlAtJxR0tmBzMYc9O2gBMCWuleYg6dy92h7m6DO0qTJBiX8dpJsEFkmOhHoeOaPMv4TJ2gZqjT19cYPXuVkKAfNhOUo9EDAM0pxYlLsEYuVtJcPY2sGK06MgNykPq7kjCQ8bm5pn2qSKZ2Moa4HxZww2vm+IY0LEqI2BXtI2KtcIlOvIJqCPiUC8YAiQ1XDjupqaL+lJRdRe5jX/014HjZ2dSMKtyhlgoKgZFHjiLjsQJYSxmvUocwNqUFnd1iMtAVz8+jmGyNLaCx/2r3m/kiQdCxU8GV9/e3PYIaseKG94Tj9XsgkcivOFHmcyZ2bXlmLEWVPqE52D/Sodz1R+jwhb7/8r0= ceph-1690d858-b852-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-21T11:43:27.894 INFO:teuthology.orchestra.run.smithi071.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTtYUo4RomFrebEBMpVNeRENjcjya9k+jpFjZ9M1JrfbzuJqiFhs6NUeZg7m9V7+koSdffFajJmrNgiHgb6tB9VDzFHUBlAvepys/nbx0cZQF/CpSayCIx2k1qa4uB9ry42335q6SMt+2EF+PYlQVCbeg6b3WopeBywqXlAtJxR0tmBzMYc9O2gBMCWuleYg6dy92h7m6DO0qTJBiX8dpJsEFkmOhHoeOaPMv4TJ2gZqjT19cYPXuVkKAfNhOUo9EDAM0pxYlLsEYuVtJcPY2sGK06MgNykPq7kjCQ8bm5pn2qSKZ2Moa4HxZww2vm+IY0LEqI2BXtI2KtcIlOvIJqCPiUC8YAiQ1XDjupqaL+lJRdRe5jX/014HjZ2dSMKtyhlgoKgZFHjiLjsQJYSxmvUocwNqUFnd1iMtAVz8+jmGyNLaCx/2r3m/kiQdCxU8GV9/e3PYIaseKG94Tj9XsgkcivOFHmcyZ2bXlmLEWVPqE52D/Sodz1R+jwhb7/8r0= ceph-1690d858-b852-11ee-95b0-87774f69a715 2024-01-21T11:43:27.904 DEBUG:teuthology.orchestra.run.smithi204:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTtYUo4RomFrebEBMpVNeRENjcjya9k+jpFjZ9M1JrfbzuJqiFhs6NUeZg7m9V7+koSdffFajJmrNgiHgb6tB9VDzFHUBlAvepys/nbx0cZQF/CpSayCIx2k1qa4uB9ry42335q6SMt+2EF+PYlQVCbeg6b3WopeBywqXlAtJxR0tmBzMYc9O2gBMCWuleYg6dy92h7m6DO0qTJBiX8dpJsEFkmOhHoeOaPMv4TJ2gZqjT19cYPXuVkKAfNhOUo9EDAM0pxYlLsEYuVtJcPY2sGK06MgNykPq7kjCQ8bm5pn2qSKZ2Moa4HxZww2vm+IY0LEqI2BXtI2KtcIlOvIJqCPiUC8YAiQ1XDjupqaL+lJRdRe5jX/014HjZ2dSMKtyhlgoKgZFHjiLjsQJYSxmvUocwNqUFnd1iMtAVz8+jmGyNLaCx/2r3m/kiQdCxU8GV9/e3PYIaseKG94Tj9XsgkcivOFHmcyZ2bXlmLEWVPqE52D/Sodz1R+jwhb7/8r0= ceph-1690d858-b852-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-21T11:43:27.948 INFO:teuthology.orchestra.run.smithi204.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTtYUo4RomFrebEBMpVNeRENjcjya9k+jpFjZ9M1JrfbzuJqiFhs6NUeZg7m9V7+koSdffFajJmrNgiHgb6tB9VDzFHUBlAvepys/nbx0cZQF/CpSayCIx2k1qa4uB9ry42335q6SMt+2EF+PYlQVCbeg6b3WopeBywqXlAtJxR0tmBzMYc9O2gBMCWuleYg6dy92h7m6DO0qTJBiX8dpJsEFkmOhHoeOaPMv4TJ2gZqjT19cYPXuVkKAfNhOUo9EDAM0pxYlLsEYuVtJcPY2sGK06MgNykPq7kjCQ8bm5pn2qSKZ2Moa4HxZww2vm+IY0LEqI2BXtI2KtcIlOvIJqCPiUC8YAiQ1XDjupqaL+lJRdRe5jX/014HjZ2dSMKtyhlgoKgZFHjiLjsQJYSxmvUocwNqUFnd1iMtAVz8+jmGyNLaCx/2r3m/kiQdCxU8GV9/e3PYIaseKG94Tj9XsgkcivOFHmcyZ2bXlmLEWVPqE52D/Sodz1R+jwhb7/8r0= ceph-1690d858-b852-11ee-95b0-87774f69a715 2024-01-21T11:43:27.960 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-21T11:43:28.502 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:27.232684+0000 mon.smithi071 (mon.0) 92 : audit [INF] from='client.? 172.21.15.71:0/1628119912' entity='client.admin' 2024-01-21T11:43:29.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:29 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:43:28.234911+0000 mon.smithi071 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi071.edbdnh(active, since 6s) 2024-01-21T11:43:29.675 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-21T11:43:29.676 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-21T11:43:30.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:29.303926+0000 mon.smithi071 (mon.0) 94 : audit [INF] from='client.? 172.21.15.71:0/208327148' entity='client.admin' 2024-01-21T11:43:31.579 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi204 2024-01-21T11:43:31.580 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-01-21T11:43:31.580 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/etc/ceph/ceph.conf 2024-01-21T11:43:31.601 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-01-21T11:43:31.601 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T11:43:31.662 INFO:tasks.cephadm:Adding host smithi204 to orchestrator... 2024-01-21T11:43:31.662 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch host add smithi204 2024-01-21T11:43:31.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:31 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:30.655032+0000 mon.smithi071 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:31.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:31 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:30.955621+0000 mon.smithi071 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:43:31.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:31 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:30.959537+0000 mon.smithi071 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:31.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:31 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:43:30.967620+0000 mgr.smithi071.edbdnh (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi071 on smithi071 2024-01-21T11:43:31.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:31 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:31.229355+0000 mgr.smithi071.edbdnh (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-21T11:43:31.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:31 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:31.234961+0000 mon.smithi071 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:37.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:36.065474+0000 mon.smithi071 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:37.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:36.067011+0000 mon.smithi071 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi071", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T11:43:37.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:36.070344+0000 mon.smithi071 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi071", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-21T11:43:37.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:36.070874+0000 mon.smithi071 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:43:37.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:43:36.071311+0000 mgr.smithi071.edbdnh (mgr.14156) 7 : cephadm [INF] Deploying daemon crash.smithi071 on smithi071 2024-01-21T11:43:37.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:36.668394+0000 mon.smithi071 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:38.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:37.572798+0000 mon.smithi071 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:38.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:37.607053+0000 mon.smithi071 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:38.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:37.609502+0000 mon.smithi071 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:38.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:37.611405+0000 mon.smithi071 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-21T11:43:38.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:37.611731+0000 mgr.smithi071.edbdnh (mgr.14156) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-21T11:43:38.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:37.613952+0000 mon.smithi071 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:38.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:43:37.619952+0000 mgr.smithi071.edbdnh (mgr.14156) 9 : cephadm [INF] Deploying daemon grafana.smithi071 on smithi071 2024-01-21T11:43:43.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:43:41.538412+0000 mgr.smithi071.edbdnh (mgr.14156) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:43:43.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:41.671176+0000 mon.smithi071 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:45.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:44 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:43:43.538625+0000 mgr.smithi071.edbdnh (mgr.14156) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:43:47.038 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:43:45.538848+0000 mgr.smithi071.edbdnh (mgr.14156) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:43:49.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:43:47.539203+0000 mgr.smithi071.edbdnh (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:43:49.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:48.461167+0000 mon.smithi071 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:50.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:43:48.463234+0000 mgr.smithi071.edbdnh (mgr.14156) 14 : cephadm [INF] Deploying daemon node-exporter.smithi071 on smithi071 2024-01-21T11:43:51.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:51 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:43:49.539491+0000 mgr.smithi071.edbdnh (mgr.14156) 15 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:43:51.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:51 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:50.847998+0000 mon.smithi071 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:51.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:51 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:50.850207+0000 mon.smithi071 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-21T11:43:52.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:51.674960+0000 mon.smithi071 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:52.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:51.850141+0000 mon.smithi071 (mon.0) 114 : audit [INF] from='mgr.14156 172.21.15.71:0/319743514' entity='mgr.smithi071.edbdnh' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-21T11:43:52.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:43:51.850199+0000 mon.smithi071 (mon.0) 115 : cluster [DBG] mgrmap e14: smithi071.edbdnh(active, since 30s) 2024-01-21T11:43:57.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:43:57.057239+0000 mon.smithi071 (mon.0) 116 : cluster [INF] Active manager daemon smithi071.edbdnh restarted 2024-01-21T11:43:57.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:43:57.057502+0000 mon.smithi071 (mon.0) 117 : cluster [INF] Activating manager daemon smithi071.edbdnh 2024-01-21T11:43:57.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:43:57.060944+0000 mon.smithi071 (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-21T11:43:57.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:43:57.061048+0000 mon.smithi071 (mon.0) 119 : cluster [DBG] mgrmap e15: smithi071.edbdnh(active, starting, since 0.00363408s) 2024-01-21T11:43:57.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:57.061813+0000 mon.smithi071 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2024-01-21T11:43:57.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:57.062440+0000 mon.smithi071 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mgr metadata", "who": "smithi071.edbdnh", "id": "smithi071.edbdnh"}]: dispatch 2024-01-21T11:43:57.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:57.063025+0000 mon.smithi071 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T11:43:57.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:57.063202+0000 mon.smithi071 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T11:43:57.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:57.063355+0000 mon.smithi071 (mon.0) 124 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T11:43:57.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:43:57.065258+0000 mon.smithi071 (mon.0) 125 : cluster [INF] Manager daemon smithi071.edbdnh is now available 2024-01-21T11:43:58.206 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:57.160386+0000 mon.smithi071 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:43:58.206 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:57.162133+0000 mon.smithi071 (mon.0) 127 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:43:58.206 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:57.184559+0000 mon.smithi071 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:43:58.206 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:57.196106+0000 mon.smithi071 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.edbdnh/mirror_snapshot_schedule"}]: dispatch 2024-01-21T11:43:58.206 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:57.200800+0000 mon.smithi071 (mon.0) 130 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.edbdnh/trash_purge_schedule"}]: dispatch 2024-01-21T11:43:58.206 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:43:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:43:58.062141+0000 mon.smithi071 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi071.edbdnh(active, since 1.00473s) 2024-01-21T11:44:00.446 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:59.093968+0000 mon.smithi071 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:00.447 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:43:59.112850+0000 mon.smithi071 (mon.0) 133 : cluster [DBG] mgrmap e17: smithi071.edbdnh(active, since 2s) 2024-01-21T11:44:00.447 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:59.360334+0000 mon.smithi071 (mon.0) 134 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:44:00.447 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:59.361126+0000 mon.smithi071 (mon.0) 135 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:44:00.447 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:59.361656+0000 mon.smithi071 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:44:00.447 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:43:59.362587+0000 mgr.smithi071.edbdnh (mgr.14180) 1 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-01-21T11:44:00.447 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:43:59.383070+0000 mgr.smithi071.edbdnh (mgr.14180) 2 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-01-21T11:44:00.447 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:59.412133+0000 mon.smithi071 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:00.447 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:43:59.415141+0000 mon.smithi071 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:00.447 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:43:59.425950+0000 mgr.smithi071.edbdnh (mgr.14180) 3 : cephadm [INF] Deploying daemon prometheus.smithi071 on smithi071 2024-01-21T11:44:01.029 INFO:teuthology.orchestra.run.smithi204.stdout:Added host 'smithi204' with addr '172.21.15.204' 2024-01-21T11:44:01.376 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch host ls --format=json 2024-01-21T11:44:01.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:01 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:00.415654+0000 mgr.smithi071.edbdnh (mgr.14180) 4 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:44:01.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:01 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:01.028176+0000 mon.smithi071 (mon.0) 139 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:02.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:44:01.028583+0000 mgr.smithi071.edbdnh (mgr.14180) 5 : cephadm [INF] Added host smithi204 2024-01-21T11:44:02.766 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-21T11:44:02.767 INFO:teuthology.orchestra.run.smithi204.stdout:[{"addr": "172.21.15.71", "hostname": "smithi071", "labels": [], "status": ""}, {"addr": "172.21.15.204", "hostname": "smithi204", "labels": [], "status": ""}] 2024-01-21T11:44:03.133 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-21T11:44:03.133 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd crush tunables default 2024-01-21T11:44:03.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:02.765821+0000 mgr.smithi071.edbdnh (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:05.373 INFO:teuthology.orchestra.run.smithi071.stderr:adjusted tunables profile to default 2024-01-21T11:44:05.509 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:05 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:05.318222+0000 mon.smithi071 (mon.0) 140 : audit [INF] from='client.? 172.21.15.71:0/1510286206' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-21T11:44:05.780 INFO:tasks.cephadm:Adding mon.smithi071 on smithi071 2024-01-21T11:44:05.780 INFO:tasks.cephadm:Adding mon.smithi204 on smithi204 2024-01-21T11:44:05.780 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch apply mon '2;smithi071:172.21.15.71=smithi071;smithi204:172.21.15.204=smithi204' 2024-01-21T11:44:06.754 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:05.370912+0000 mon.smithi071 (mon.0) 141 : audit [INF] from='client.? 172.21.15.71:0/1510286206' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-21T11:44:06.754 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:05.370975+0000 mon.smithi071 (mon.0) 142 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T11:44:07.137 INFO:teuthology.orchestra.run.smithi204.stdout:Scheduled mon update... 2024-01-21T11:44:07.497 DEBUG:teuthology.orchestra.run.smithi204:mon.smithi204> sudo journalctl -f -n 0 -u ceph-1690d858-b852-11ee-95b0-87774f69a715@mon.smithi204.service 2024-01-21T11:44:07.499 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T11:44:07.499 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T11:44:07.530 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:-- Logs begin at Sun 2024-01-21 11:35:18 UTC. -- 2024-01-21T11:44:08.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:06.930331+0000 mon.smithi071 (mon.0) 143 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:08.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:06.931424+0000 mon.smithi071 (mon.0) 144 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:44:08.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:07.127988+0000 mgr.smithi071.edbdnh (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi071:172.21.15.71=smithi071;smithi204:172.21.15.204=smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:44:08.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:44:07.131148+0000 mgr.smithi071.edbdnh (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi071:172.21.15.71=smithi071;smithi204:172.21.15.204=smithi204;count:2 2024-01-21T11:44:08.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:07.136577+0000 mon.smithi071 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:08.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:07.189828+0000 mon.smithi071 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:08.264 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:07.540971+0000 mon.smithi071 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:09.238 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-21T11:44:09.238 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"1690d858-b852-11ee-95b0-87774f69a715","modified":"2024-01-21T11:42:31.978450Z","created":"2024-01-21T11:42:31.978450Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T11:44:09.240 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-21T11:44:09.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:08.089915+0000 mon.smithi071 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:10.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:09.209888+0000 mon.smithi071 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:10.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:09.238360+0000 mon.smithi071 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.204:0/2985483220' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T11:44:10.669 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T11:44:10.669 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T11:44:12.323 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-21T11:44:12.323 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"1690d858-b852-11ee-95b0-87774f69a715","modified":"2024-01-21T11:42:31.978450Z","created":"2024-01-21T11:42:31.978450Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T11:44:12.327 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-21T11:44:12.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:11 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:10.944931+0000 mon.smithi071 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:12.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:11 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:11.263486+0000 mon.smithi071 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:12.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:11 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:11.264348+0000 mon.smithi071 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:44:12.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:11 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:11.265317+0000 mon.smithi071 (mon.0) 154 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:44:12.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:11 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:11.266077+0000 mon.smithi071 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:44:12.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:11 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:44:11.267234+0000 mgr.smithi071.edbdnh (mgr.14180) 9 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-01-21T11:44:12.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:11 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:44:11.314501+0000 mgr.smithi071.edbdnh (mgr.14180) 10 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-01-21T11:44:12.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:11 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:11.348894+0000 mon.smithi071 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:12.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:11 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:11.352325+0000 mon.smithi071 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:12.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:11 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:11.354079+0000 mon.smithi071 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi204", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T11:44:12.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:11 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:11.356706+0000 mon.smithi071 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi204", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-21T11:44:12.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:11 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:11.357453+0000 mon.smithi071 (mon.0) 160 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:44:12.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:11 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:44:11.358076+0000 mgr.smithi071.edbdnh (mgr.14180) 11 : cephadm [INF] Deploying daemon crash.smithi204 on smithi204 2024-01-21T11:44:13.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:12.322798+0000 mon.smithi071 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.204:0/4009359926' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T11:44:13.751 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T11:44:13.751 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T11:44:14.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:13.381182+0000 mon.smithi071 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:14.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:13.383349+0000 mon.smithi071 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi204.htiyyg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T11:44:14.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:13.385374+0000 mon.smithi071 (mon.0) 164 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi204.htiyyg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-21T11:44:14.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:13.386204+0000 mon.smithi071 (mon.0) 165 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T11:44:14.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:13.387051+0000 mon.smithi071 (mon.0) 166 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:44:14.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:44:13.387680+0000 mgr.smithi071.edbdnh (mgr.14180) 12 : cephadm [INF] Deploying daemon mgr.smithi204.htiyyg on smithi204 2024-01-21T11:44:15.389 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-21T11:44:15.389 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"1690d858-b852-11ee-95b0-87774f69a715","modified":"2024-01-21T11:42:31.978450Z","created":"2024-01-21T11:42:31.978450Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T11:44:15.391 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-01-21T11:44:15.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:15.389179+0000 mon.smithi071 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.204:0/2010969614' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T11:44:15.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:15.415988+0000 mon.smithi071 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:15.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:15.418340+0000 mon.smithi071 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T11:44:15.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:15.419148+0000 mon.smithi071 (mon.0) 170 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:44:16.787 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T11:44:16.788 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T11:44:16.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:44:15.419791+0000 mgr.smithi071.edbdnh (mgr.14180) 13 : cephadm [INF] Deploying daemon mon.smithi204 on smithi204 2024-01-21T11:44:18.274 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: debug 2024-01-21T11:44:18.039+0000 7f98d4d47700 1 mon.smithi204@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-21T11:44:23.506 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:18.048591+0000 mon.smithi071 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2024-01-21T11:44:23.506 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:18.048823+0000 mon.smithi071 (mon.0) 174 : cluster [INF] mon.smithi071 calling monitor election 2024-01-21T11:44:23.506 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:18.062072+0000 mon.smithi071 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-21T11:44:23.506 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:19.045040+0000 mon.smithi071 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-21T11:44:23.506 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:19.064773+0000 mgr.smithi071.edbdnh (mgr.14180) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:23.506 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:20.045152+0000 mon.smithi071 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-21T11:44:23.506 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:20.046868+0000 mon.smithi204 (mon.1) 1 : cluster [INF] mon.smithi204 calling monitor election 2024-01-21T11:44:23.506 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:20.860785+0000 mon.smithi071 (mon.0) 178 : audit [DBG] from='mgr.? 172.21.15.204:0/1779085114' entity='mgr.smithi204.htiyyg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi204.htiyyg/crt"}]: dispatch 2024-01-21T11:44:23.506 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:21.045348+0000 mon.smithi071 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-21T11:44:23.506 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:21.065107+0000 mgr.smithi071.edbdnh (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:23.506 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:22.045337+0000 mon.smithi071 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-21T11:44:23.507 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:23.045342+0000 mon.smithi071 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-21T11:44:23.507 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:23.075738+0000 mon.smithi071 (mon.0) 182 : cluster [INF] mon.smithi071 is new leader, mons smithi071,smithi204 in quorum (ranks 0,1) 2024-01-21T11:44:23.507 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:23.080970+0000 mon.smithi071 (mon.0) 183 : cluster [DBG] monmap e2: 2 mons at {smithi071=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],smithi204=[v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0]} removed_ranks: {} 2024-01-21T11:44:23.507 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:23.092917+0000 mon.smithi071 (mon.0) 184 : cluster [DBG] fsmap 2024-01-21T11:44:23.507 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:23.092942+0000 mon.smithi071 (mon.0) 185 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T11:44:23.507 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:23.093171+0000 mon.smithi071 (mon.0) 186 : cluster [DBG] mgrmap e17: smithi071.edbdnh(active, since 26s) 2024-01-21T11:44:23.507 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:23.094351+0000 mon.smithi071 (mon.0) 187 : cluster [DBG] Standby manager daemon smithi204.htiyyg started 2024-01-21T11:44:23.507 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:23.095554+0000 mon.smithi071 (mon.0) 188 : audit [DBG] from='mgr.? 172.21.15.204:0/1779085114' entity='mgr.smithi204.htiyyg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-21T11:44:23.507 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:23.098004+0000 mon.smithi071 (mon.0) 189 : cluster [INF] overall HEALTH_OK 2024-01-21T11:44:23.507 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:23.099353+0000 mon.smithi071 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.204:0/1779085114' entity='mgr.smithi204.htiyyg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi204.htiyyg/key"}]: dispatch 2024-01-21T11:44:23.507 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:23.099858+0000 mon.smithi071 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.204:0/1779085114' entity='mgr.smithi204.htiyyg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-21T11:44:23.507 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:23.103180+0000 mon.smithi071 (mon.0) 192 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:23.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:18.048591+0000 mon.smithi071 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2024-01-21T11:44:23.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:18.048823+0000 mon.smithi071 (mon.0) 174 : cluster [INF] mon.smithi071 calling monitor election 2024-01-21T11:44:23.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:18.062072+0000 mon.smithi071 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-21T11:44:23.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:19.045040+0000 mon.smithi071 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-21T11:44:23.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:19.064773+0000 mgr.smithi071.edbdnh (mgr.14180) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:23.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:20.045152+0000 mon.smithi071 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-21T11:44:23.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:20.046868+0000 mon.smithi204 (mon.1) 1 : cluster [INF] mon.smithi204 calling monitor election 2024-01-21T11:44:23.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:20.860785+0000 mon.smithi071 (mon.0) 178 : audit [DBG] from='mgr.? 172.21.15.204:0/1779085114' entity='mgr.smithi204.htiyyg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi204.htiyyg/crt"}]: dispatch 2024-01-21T11:44:23.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:21.045348+0000 mon.smithi071 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-21T11:44:23.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:21.065107+0000 mgr.smithi071.edbdnh (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:23.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:22.045337+0000 mon.smithi071 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-21T11:44:23.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:23.045342+0000 mon.smithi071 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-21T11:44:23.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:23.075738+0000 mon.smithi071 (mon.0) 182 : cluster [INF] mon.smithi071 is new leader, mons smithi071,smithi204 in quorum (ranks 0,1) 2024-01-21T11:44:23.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:23.080970+0000 mon.smithi071 (mon.0) 183 : cluster [DBG] monmap e2: 2 mons at {smithi071=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],smithi204=[v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0]} removed_ranks: {} 2024-01-21T11:44:23.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:23.092917+0000 mon.smithi071 (mon.0) 184 : cluster [DBG] fsmap 2024-01-21T11:44:23.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:23.092942+0000 mon.smithi071 (mon.0) 185 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T11:44:23.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:23.093171+0000 mon.smithi071 (mon.0) 186 : cluster [DBG] mgrmap e17: smithi071.edbdnh(active, since 26s) 2024-01-21T11:44:23.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:23.094351+0000 mon.smithi071 (mon.0) 187 : cluster [DBG] Standby manager daemon smithi204.htiyyg started 2024-01-21T11:44:23.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:23.095554+0000 mon.smithi071 (mon.0) 188 : audit [DBG] from='mgr.? 172.21.15.204:0/1779085114' entity='mgr.smithi204.htiyyg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-21T11:44:23.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:23.098004+0000 mon.smithi071 (mon.0) 189 : cluster [INF] overall HEALTH_OK 2024-01-21T11:44:23.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:23.099353+0000 mon.smithi071 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.204:0/1779085114' entity='mgr.smithi204.htiyyg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi204.htiyyg/key"}]: dispatch 2024-01-21T11:44:23.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:23.099858+0000 mon.smithi071 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.204:0/1779085114' entity='mgr.smithi204.htiyyg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-21T11:44:23.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:23.103180+0000 mon.smithi071 (mon.0) 192 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:24.554 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-01-21T11:44:24.554 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":2,"fsid":"1690d858-b852-11ee-95b0-87774f69a715","modified":"2024-01-21T11:44:18.046026Z","created":"2024-01-21T11:42:31.978450Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71: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-21T11:44:24.555 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 2 2024-01-21T11:44:24.574 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:23.065417+0000 mgr.smithi071.edbdnh (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:24.575 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:44:23.104968+0000 mgr.smithi071.edbdnh (mgr.14180) 18 : cephadm [INF] Deploying daemon node-exporter.smithi204 on smithi204 2024-01-21T11:44:24.575 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:23.153404+0000 mon.smithi071 (mon.0) 193 : cluster [DBG] mgrmap e18: smithi071.edbdnh(active, since 26s), standbys: smithi204.htiyyg 2024-01-21T11:44:24.575 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:23.153561+0000 mon.smithi071 (mon.0) 194 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mgr metadata", "who": "smithi204.htiyyg", "id": "smithi204.htiyyg"}]: dispatch 2024-01-21T11:44:24.575 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:24.045899+0000 mon.smithi071 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-21T11:44:24.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:23.065417+0000 mgr.smithi071.edbdnh (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:24.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:44:23.104968+0000 mgr.smithi071.edbdnh (mgr.14180) 18 : cephadm [INF] Deploying daemon node-exporter.smithi204 on smithi204 2024-01-21T11:44:24.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:23.153404+0000 mon.smithi071 (mon.0) 193 : cluster [DBG] mgrmap e18: smithi071.edbdnh(active, since 26s), standbys: smithi204.htiyyg 2024-01-21T11:44:24.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:23.153561+0000 mon.smithi071 (mon.0) 194 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mgr metadata", "who": "smithi204.htiyyg", "id": "smithi204.htiyyg"}]: dispatch 2024-01-21T11:44:24.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:24.045899+0000 mon.smithi071 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-01-21T11:44:25.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:24.552539+0000 mon.smithi071 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.204:0/3444720178' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T11:44:25.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:25 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:24.552539+0000 mon.smithi071 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.204:0/3444720178' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T11:44:26.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:25.065826+0000 mgr.smithi071.edbdnh (mgr.14180) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:26.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:25.065826+0000 mgr.smithi071.edbdnh (mgr.14180) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:28.113 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-21T11:44:28.113 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph config generate-minimal-conf 2024-01-21T11:44:28.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:27.066288+0000 mgr.smithi071.edbdnh (mgr.14180) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:28.419 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:27.206559+0000 mon.smithi071 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:28.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:27.066288+0000 mgr.smithi071.edbdnh (mgr.14180) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:28.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:27.206559+0000 mon.smithi071 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:29.347 INFO:teuthology.orchestra.run.smithi071.stdout:# minimal ceph.conf for 1690d858-b852-11ee-95b0-87774f69a715 2024-01-21T11:44:29.347 INFO:teuthology.orchestra.run.smithi071.stdout:[global] 2024-01-21T11:44:29.347 INFO:teuthology.orchestra.run.smithi071.stdout: fsid = 1690d858-b852-11ee-95b0-87774f69a715 2024-01-21T11:44:29.347 INFO:teuthology.orchestra.run.smithi071.stdout: mon_host = [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] 2024-01-21T11:44:29.715 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-21T11:44:29.716 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-21T11:44:29.716 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.conf 2024-01-21T11:44:29.745 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-21T11:44:29.745 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T11:44:29.812 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-01-21T11:44:29.812 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.conf 2024-01-21T11:44:29.925 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-01-21T11:44:29.926 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T11:44:30.010 INFO:tasks.cephadm:Deploying OSDs... 2024-01-21T11:44:30.010 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-21T11:44:30.011 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T11:44:30.028 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T11:44:30.028 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/nvme1n1 2024-01-21T11:44:30.086 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/nvme1n1 2024-01-21T11:44:30.086 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T11:44:30.086 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 187429 Links: 1 Device type: 103,1 2024-01-21T11:44:30.086 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T11:44:30.086 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T11:44:30.086 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-01-21 11:43:29.770501071 +0000 2024-01-21T11:44:30.086 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-01-21 11:41:57.733263977 +0000 2024-01-21T11:44:30.086 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-01-21 11:41:57.733263977 +0000 2024-01-21T11:44:30.086 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-01-21T11:44:30.087 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-21T11:44:30.152 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-01-21T11:44:30.152 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-01-21T11:44:30.152 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000277452 s, 1.8 MB/s 2024-01-21T11:44:30.153 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-21T11:44:30.212 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/nvme2n1 2024-01-21T11:44:30.270 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/nvme2n1 2024-01-21T11:44:30.270 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T11:44:30.270 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 187538 Links: 1 Device type: 103,2 2024-01-21T11:44:30.271 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T11:44:30.271 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T11:44:30.271 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-01-21 11:43:29.781500860 +0000 2024-01-21T11:44:30.271 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-01-21 11:41:57.881261142 +0000 2024-01-21T11:44:30.271 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-01-21 11:41:57.881261142 +0000 2024-01-21T11:44:30.271 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-01-21T11:44:30.271 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-21T11:44:30.336 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-01-21T11:44:30.336 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-01-21T11:44:30.336 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000261353 s, 2.0 MB/s 2024-01-21T11:44:30.337 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-21T11:44:30.396 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/nvme3n1 2024-01-21T11:44:30.454 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/nvme3n1 2024-01-21T11:44:30.454 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T11:44:30.454 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 187618 Links: 1 Device type: 103,3 2024-01-21T11:44:30.454 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T11:44:30.454 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T11:44:30.454 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-01-21 11:43:29.791500669 +0000 2024-01-21T11:44:30.454 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-01-21 11:41:58.025258384 +0000 2024-01-21T11:44:30.454 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-01-21 11:41:58.025258384 +0000 2024-01-21T11:44:30.454 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-01-21T11:44:30.455 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-21T11:44:30.517 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:29.066534+0000 mgr.smithi071.edbdnh (mgr.14180) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:30.517 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:29.347569+0000 mon.smithi071 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.71:0/4099469688' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:44:30.519 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-01-21T11:44:30.519 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-01-21T11:44:30.519 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.00018207 s, 2.8 MB/s 2024-01-21T11:44:30.520 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-21T11:44:30.578 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/nvme4n1 2024-01-21T11:44:30.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:29.066534+0000 mgr.smithi071.edbdnh (mgr.14180) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:30.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:29.347569+0000 mon.smithi071 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.71:0/4099469688' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:44:30.635 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/nvme4n1 2024-01-21T11:44:30.635 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T11:44:30.635 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 187285 Links: 1 Device type: 103,4 2024-01-21T11:44:30.635 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T11:44:30.635 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T11:44:30.635 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-01-21 11:43:29.802500458 +0000 2024-01-21T11:44:30.636 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-01-21 11:41:58.171255589 +0000 2024-01-21T11:44:30.636 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-01-21 11:41:58.171255589 +0000 2024-01-21T11:44:30.636 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-01-21T11:44:30.636 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-21T11:44:30.701 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-01-21T11:44:30.701 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-01-21T11:44:30.701 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000253795 s, 2.0 MB/s 2024-01-21T11:44:30.702 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-21T11:44:30.760 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-01-21T11:44:30.760 DEBUG:teuthology.orchestra.run.smithi204:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T11:44:30.782 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T11:44:30.782 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/nvme1n1 2024-01-21T11:44:30.842 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/nvme1n1 2024-01-21T11:44:30.842 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T11:44:30.843 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 188614 Links: 1 Device type: 103,1 2024-01-21T11:44:30.843 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T11:44:30.843 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T11:44:30.843 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-01-21 11:44:10.006064634 +0000 2024-01-21T11:44:30.843 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-01-21 11:41:59.359885467 +0000 2024-01-21T11:44:30.843 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-01-21 11:41:59.359885467 +0000 2024-01-21T11:44:30.843 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-01-21T11:44:30.843 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-21T11:44:30.912 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-01-21T11:44:30.912 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-01-21T11:44:30.912 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000249361 s, 2.1 MB/s 2024-01-21T11:44:30.913 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-21T11:44:30.973 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/nvme2n1 2024-01-21T11:44:31.032 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/nvme2n1 2024-01-21T11:44:31.032 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T11:44:31.032 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 188673 Links: 1 Device type: 103,2 2024-01-21T11:44:31.032 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T11:44:31.032 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T11:44:31.032 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-01-21 11:44:10.017064481 +0000 2024-01-21T11:44:31.032 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-01-21 11:41:59.505883425 +0000 2024-01-21T11:44:31.032 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-01-21 11:41:59.505883425 +0000 2024-01-21T11:44:31.032 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-01-21T11:44:31.033 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-21T11:44:31.098 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-01-21T11:44:31.098 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-01-21T11:44:31.098 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000275191 s, 1.9 MB/s 2024-01-21T11:44:31.099 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-21T11:44:31.159 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/nvme3n1 2024-01-21T11:44:31.218 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/nvme3n1 2024-01-21T11:44:31.218 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T11:44:31.218 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 187377 Links: 1 Device type: 103,3 2024-01-21T11:44:31.218 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T11:44:31.218 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T11:44:31.219 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-01-21 11:44:10.028064329 +0000 2024-01-21T11:44:31.219 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-01-21 11:41:59.650881397 +0000 2024-01-21T11:44:31.219 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-01-21 11:41:59.650881397 +0000 2024-01-21T11:44:31.219 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-01-21T11:44:31.219 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-21T11:44:31.285 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-01-21T11:44:31.285 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-01-21T11:44:31.285 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000206979 s, 2.5 MB/s 2024-01-21T11:44:31.286 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-21T11:44:31.346 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/nvme4n1 2024-01-21T11:44:31.405 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/nvme4n1 2024-01-21T11:44:31.405 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T11:44:31.405 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 6h/6d Inode: 188806 Links: 1 Device type: 103,4 2024-01-21T11:44:31.406 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T11:44:31.406 INFO:teuthology.orchestra.run.smithi204.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T11:44:31.406 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-01-21 11:44:10.038064190 +0000 2024-01-21T11:44:31.406 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-01-21 11:41:59.795879368 +0000 2024-01-21T11:44:31.406 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-01-21 11:41:59.795879368 +0000 2024-01-21T11:44:31.406 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-01-21T11:44:31.406 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-21T11:44:31.473 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-01-21T11:44:31.473 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-01-21T11:44:31.473 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000256044 s, 2.0 MB/s 2024-01-21T11:44:31.474 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-21T11:44:31.534 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-21T11:44:32.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:32 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:31.066853+0000 mgr.smithi071.edbdnh (mgr.14180) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:32.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:32 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:31.066853+0000 mgr.smithi071.edbdnh (mgr.14180) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:34.535 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:33.067139+0000 mgr.smithi071.edbdnh (mgr.14180) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:34.536 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:34.070372+0000 mon.smithi071 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:34.536 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:34.072005+0000 mon.smithi071 (mon.0) 200 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:44:34.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:33.067139+0000 mgr.smithi071.edbdnh (mgr.14180) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:34.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:34.070372+0000 mon.smithi071 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:34.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:34.072005+0000 mon.smithi071 (mon.0) 200 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:44:34.910 INFO:teuthology.orchestra.run.smithi204.stdout:Scheduled osd.all-available-devices update... 2024-01-21T11:44:35.336 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-21T11:44:35.336 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:44:36.183 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:34.904534+0000 mgr.smithi071.edbdnh (mgr.14180) 24 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:44:36.183 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:44:34.906136+0000 mgr.smithi071.edbdnh (mgr.14180) 25 : cephadm [INF] Marking host: smithi071 for OSDSpec preview refresh. 2024-01-21T11:44:36.183 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:44:34.906204+0000 mgr.smithi071.edbdnh (mgr.14180) 26 : cephadm [INF] Marking host: smithi204 for OSDSpec preview refresh. 2024-01-21T11:44:36.183 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:44:34.906516+0000 mgr.smithi071.edbdnh (mgr.14180) 27 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-21T11:44:36.183 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:34.910297+0000 mon.smithi071 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:36.183 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:35.067506+0000 mgr.smithi071.edbdnh (mgr.14180) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:36.183 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:35.779738+0000 mon.smithi071 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:36.183 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:35.784157+0000 mon.smithi071 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:36.183 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:35.784792+0000 mon.smithi071 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:44:36.183 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:35.785390+0000 mon.smithi071 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:44:36.184 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:44:35.786159+0000 mgr.smithi071.edbdnh (mgr.14180) 29 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-01-21T11:44:36.184 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:44:35.786387+0000 mgr.smithi071.edbdnh (mgr.14180) 30 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-01-21T11:44:36.184 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:35.805848+0000 mon.smithi071 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:36.184 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:35.815357+0000 mon.smithi071 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:36.184 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:35.819114+0000 mon.smithi071 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:36.184 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:35.822358+0000 mon.smithi071 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:44:36.184 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:35.824981+0000 mon.smithi071 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T11:44:36.184 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:35.826552+0000 mon.smithi071 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T11:44:36.184 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:35.826766+0000 mon.smithi071 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:44:36.184 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:35.827238+0000 mon.smithi071 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:44:36.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:34.904534+0000 mgr.smithi071.edbdnh (mgr.14180) 24 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:44:36.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:44:34.906136+0000 mgr.smithi071.edbdnh (mgr.14180) 25 : cephadm [INF] Marking host: smithi071 for OSDSpec preview refresh. 2024-01-21T11:44:36.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:44:34.906204+0000 mgr.smithi071.edbdnh (mgr.14180) 26 : cephadm [INF] Marking host: smithi204 for OSDSpec preview refresh. 2024-01-21T11:44:36.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:44:34.906516+0000 mgr.smithi071.edbdnh (mgr.14180) 27 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-21T11:44:36.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:34.910297+0000 mon.smithi071 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:36.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:35.067506+0000 mgr.smithi071.edbdnh (mgr.14180) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:36.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:35.779738+0000 mon.smithi071 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:36.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:35.784157+0000 mon.smithi071 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:36.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:35.784792+0000 mon.smithi071 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:44:36.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:35.785390+0000 mon.smithi071 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:44:36.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:44:35.786159+0000 mgr.smithi071.edbdnh (mgr.14180) 29 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-01-21T11:44:36.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:44:35.786387+0000 mgr.smithi071.edbdnh (mgr.14180) 30 : cephadm [INF] Updating smithi204:/etc/ceph/ceph.conf 2024-01-21T11:44:36.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:35.805848+0000 mon.smithi071 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:36.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:35.815357+0000 mon.smithi071 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:36.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:35.819114+0000 mon.smithi071 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:36.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:35.822358+0000 mon.smithi071 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:44:36.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:35.824981+0000 mon.smithi071 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T11:44:36.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:35.826552+0000 mon.smithi071 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T11:44:36.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:35.826766+0000 mon.smithi071 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:44:36.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:35.827238+0000 mon.smithi071 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:44:36.671 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:44:37.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:36.672454+0000 mon.smithi071 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.71:0/344665541' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:44:37.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:36.672454+0000 mon.smithi071 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.71:0/344665541' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:44:37.124 INFO:teuthology.orchestra.run.smithi071.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-21T11:44:38.125 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:44:38.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:37.067721+0000 mgr.smithi071.edbdnh (mgr.14180) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:38.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:37.211189+0000 mon.smithi071 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:38.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:37.883157+0000 mon.smithi204 (mon.1) 2 : audit [INF] from='client.? 172.21.15.204:0/4015553605' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e96cae68-45b4-4746-86d8-daca0da135c5"}]: dispatch 2024-01-21T11:44:38.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:37.883562+0000 mon.smithi071 (mon.0) 216 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e96cae68-45b4-4746-86d8-daca0da135c5"}]: dispatch 2024-01-21T11:44:38.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:37.886907+0000 mon.smithi071 (mon.0) 217 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e96cae68-45b4-4746-86d8-daca0da135c5"}]': finished 2024-01-21T11:44:38.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:37.886971+0000 mon.smithi071 (mon.0) 218 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-21T11:44:38.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:37.887084+0000 mon.smithi071 (mon.0) 219 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:44:38.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:38.152692+0000 mon.smithi071 (mon.0) 220 : audit [INF] from='client.? 172.21.15.71:0/979526239' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe7119bd-f920-4153-876f-1c111bdaec7e"}]: dispatch 2024-01-21T11:44:38.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:38.156549+0000 mon.smithi071 (mon.0) 221 : audit [INF] from='client.? 172.21.15.71:0/979526239' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fe7119bd-f920-4153-876f-1c111bdaec7e"}]': finished 2024-01-21T11:44:38.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:38.156613+0000 mon.smithi071 (mon.0) 222 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-21T11:44:38.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:38.156739+0000 mon.smithi071 (mon.0) 223 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:44:38.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:38.157040+0000 mon.smithi071 (mon.0) 224 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:44:38.454 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:37.067721+0000 mgr.smithi071.edbdnh (mgr.14180) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:38.454 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:37.211189+0000 mon.smithi071 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:38.454 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:37.883157+0000 mon.smithi204 (mon.1) 2 : audit [INF] from='client.? 172.21.15.204:0/4015553605' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e96cae68-45b4-4746-86d8-daca0da135c5"}]: dispatch 2024-01-21T11:44:38.454 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:37.883562+0000 mon.smithi071 (mon.0) 216 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e96cae68-45b4-4746-86d8-daca0da135c5"}]: dispatch 2024-01-21T11:44:38.454 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:37.886907+0000 mon.smithi071 (mon.0) 217 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e96cae68-45b4-4746-86d8-daca0da135c5"}]': finished 2024-01-21T11:44:38.454 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:37.886971+0000 mon.smithi071 (mon.0) 218 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-21T11:44:38.455 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:37.887084+0000 mon.smithi071 (mon.0) 219 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:44:38.455 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:38.152692+0000 mon.smithi071 (mon.0) 220 : audit [INF] from='client.? 172.21.15.71:0/979526239' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fe7119bd-f920-4153-876f-1c111bdaec7e"}]: dispatch 2024-01-21T11:44:38.455 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:38.156549+0000 mon.smithi071 (mon.0) 221 : audit [INF] from='client.? 172.21.15.71:0/979526239' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fe7119bd-f920-4153-876f-1c111bdaec7e"}]': finished 2024-01-21T11:44:38.455 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:38.156613+0000 mon.smithi071 (mon.0) 222 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-21T11:44:38.455 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:38.156739+0000 mon.smithi071 (mon.0) 223 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:44:38.455 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:38.157040+0000 mon.smithi071 (mon.0) 224 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:44:39.477 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:39 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:39.109928+0000 mon.smithi204 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.204:0/2779095957' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:44:39.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:39 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:39.109928+0000 mon.smithi204 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.204:0/2779095957' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:44:39.809 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:44:40.180 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1705837478,"num_remapped_pgs":0} 2024-01-21T11:44:40.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:40 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:39.068069+0000 mgr.smithi071.edbdnh (mgr.14180) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:40.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:40 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:39.792963+0000 mon.smithi071 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.71:0/3189572032' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:44:40.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:40 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:39.810189+0000 mon.smithi071 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.71:0/17120907' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:44:40.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:40 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:39.068069+0000 mgr.smithi071.edbdnh (mgr.14180) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:40.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:40 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:39.792963+0000 mon.smithi071 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.71:0/3189572032' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:44:40.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:40 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:39.810189+0000 mon.smithi071 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.71:0/17120907' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:44:41.181 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:44:42.442 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:41.068503+0000 mgr.smithi071.edbdnh (mgr.14180) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:42.442 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:41.614981+0000 mon.smithi204 (mon.1) 4 : audit [INF] from='client.? 172.21.15.204:0/782928041' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6d6f1141-66c7-4f0e-a0b4-d152beb0008f"}]: dispatch 2024-01-21T11:44:42.442 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:41.615440+0000 mon.smithi071 (mon.0) 227 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6d6f1141-66c7-4f0e-a0b4-d152beb0008f"}]: dispatch 2024-01-21T11:44:42.442 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:41.618742+0000 mon.smithi071 (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6d6f1141-66c7-4f0e-a0b4-d152beb0008f"}]': finished 2024-01-21T11:44:42.442 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:41.618786+0000 mon.smithi071 (mon.0) 229 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-21T11:44:42.442 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:41.618892+0000 mon.smithi071 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:44:42.442 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:41.619200+0000 mon.smithi071 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:44:42.442 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:41.619402+0000 mon.smithi071 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:44:42.529 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:44:42.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:41.068503+0000 mgr.smithi071.edbdnh (mgr.14180) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:42.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:41.614981+0000 mon.smithi204 (mon.1) 4 : audit [INF] from='client.? 172.21.15.204:0/782928041' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6d6f1141-66c7-4f0e-a0b4-d152beb0008f"}]: dispatch 2024-01-21T11:44:42.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:41.615440+0000 mon.smithi071 (mon.0) 227 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6d6f1141-66c7-4f0e-a0b4-d152beb0008f"}]: dispatch 2024-01-21T11:44:42.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:41.618742+0000 mon.smithi071 (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6d6f1141-66c7-4f0e-a0b4-d152beb0008f"}]': finished 2024-01-21T11:44:42.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:41.618786+0000 mon.smithi071 (mon.0) 229 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-21T11:44:42.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:41.618892+0000 mon.smithi071 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:44:42.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:41.619200+0000 mon.smithi071 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:44:42.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:41.619402+0000 mon.smithi071 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:44:42.976 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1705837482,"num_remapped_pgs":0} 2024-01-21T11:44:43.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:42.342449+0000 mon.smithi071 (mon.0) 233 : audit [INF] from='client.? 172.21.15.71:0/241605255' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e5ef9d4f-8463-4f81-920c-fcf07492c077"}]: dispatch 2024-01-21T11:44:43.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:42.345892+0000 mon.smithi071 (mon.0) 234 : audit [INF] from='client.? 172.21.15.71:0/241605255' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e5ef9d4f-8463-4f81-920c-fcf07492c077"}]': finished 2024-01-21T11:44:43.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:42.345936+0000 mon.smithi071 (mon.0) 235 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-21T11:44:43.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:42.346051+0000 mon.smithi071 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:44:43.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:42.346417+0000 mon.smithi071 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:44:43.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:42.346634+0000 mon.smithi071 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:44:43.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:42.346894+0000 mon.smithi071 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:44:43.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:42.528630+0000 mon.smithi071 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.71:0/3102642711' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:44:43.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:42.902273+0000 mon.smithi204 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.204:0/2195901595' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:44:43.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:43 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:42.342449+0000 mon.smithi071 (mon.0) 233 : audit [INF] from='client.? 172.21.15.71:0/241605255' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e5ef9d4f-8463-4f81-920c-fcf07492c077"}]: dispatch 2024-01-21T11:44:43.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:43 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:42.345892+0000 mon.smithi071 (mon.0) 234 : audit [INF] from='client.? 172.21.15.71:0/241605255' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e5ef9d4f-8463-4f81-920c-fcf07492c077"}]': finished 2024-01-21T11:44:43.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:43 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:42.345936+0000 mon.smithi071 (mon.0) 235 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-21T11:44:43.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:43 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:42.346051+0000 mon.smithi071 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:44:43.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:43 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:42.346417+0000 mon.smithi071 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:44:43.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:43 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:42.346634+0000 mon.smithi071 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:44:43.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:43 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:42.346894+0000 mon.smithi071 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:44:43.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:43 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:42.528630+0000 mon.smithi071 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.71:0/3102642711' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:44:43.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:43 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:42.902273+0000 mon.smithi204 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.204:0/2195901595' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:44:43.976 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:44:44.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:44 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:43.068783+0000 mgr.smithi071.edbdnh (mgr.14180) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:44.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:44 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:43.644122+0000 mon.smithi071 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.71:0/1687360661' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:44:44.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:44 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:43.068783+0000 mgr.smithi071.edbdnh (mgr.14180) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:44.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:44 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:43.644122+0000 mon.smithi071 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.71:0/1687360661' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:44:45.246 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:44:45.537 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:45.246553+0000 mon.smithi071 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.71:0/2527852538' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:44:45.574 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1705837482,"num_remapped_pgs":0} 2024-01-21T11:44:45.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:45.246553+0000 mon.smithi071 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.71:0/2527852538' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:44:46.575 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:44:46.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:45.069015+0000 mgr.smithi071.edbdnh (mgr.14180) 35 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:46.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:45.417100+0000 mon.smithi204 (mon.1) 6 : audit [INF] from='client.? 172.21.15.204:0/2432775434' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2114b314-17d3-4d42-883e-02acc03887c3"}]: dispatch 2024-01-21T11:44:46.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:45.417545+0000 mon.smithi071 (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2114b314-17d3-4d42-883e-02acc03887c3"}]: dispatch 2024-01-21T11:44:46.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:45.421865+0000 mon.smithi071 (mon.0) 244 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2114b314-17d3-4d42-883e-02acc03887c3"}]': finished 2024-01-21T11:44:46.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:45.421908+0000 mon.smithi071 (mon.0) 245 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-21T11:44:46.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:45.421997+0000 mon.smithi071 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:44:46.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:45.422297+0000 mon.smithi071 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:44:46.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:45.422486+0000 mon.smithi071 (mon.0) 248 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:44:46.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:45.422671+0000 mon.smithi071 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:44:46.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:45.422875+0000 mon.smithi071 (mon.0) 250 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:44:46.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:46.183596+0000 mon.smithi071 (mon.0) 251 : audit [INF] from='client.? 172.21.15.71:0/3137952581' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6d228b3e-4570-4d84-a199-20c557c14d31"}]: dispatch 2024-01-21T11:44:46.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:46.187789+0000 mon.smithi071 (mon.0) 252 : audit [INF] from='client.? 172.21.15.71:0/3137952581' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6d228b3e-4570-4d84-a199-20c557c14d31"}]': finished 2024-01-21T11:44:46.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:46.187830+0000 mon.smithi071 (mon.0) 253 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-21T11:44:46.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:46.187930+0000 mon.smithi071 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:44:46.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:46.188261+0000 mon.smithi071 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:44:46.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:46.188473+0000 mon.smithi071 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:44:46.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:46.188684+0000 mon.smithi071 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:44:46.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:46.188889+0000 mon.smithi071 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:44:46.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:46.189080+0000 mon.smithi071 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:44:46.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:45.069015+0000 mgr.smithi071.edbdnh (mgr.14180) 35 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:46.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:45.417100+0000 mon.smithi204 (mon.1) 6 : audit [INF] from='client.? 172.21.15.204:0/2432775434' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2114b314-17d3-4d42-883e-02acc03887c3"}]: dispatch 2024-01-21T11:44:46.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:45.417545+0000 mon.smithi071 (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2114b314-17d3-4d42-883e-02acc03887c3"}]: dispatch 2024-01-21T11:44:46.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:45.421865+0000 mon.smithi071 (mon.0) 244 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2114b314-17d3-4d42-883e-02acc03887c3"}]': finished 2024-01-21T11:44:46.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:45.421908+0000 mon.smithi071 (mon.0) 245 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-21T11:44:46.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:45.421997+0000 mon.smithi071 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:44:46.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:45.422297+0000 mon.smithi071 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:44:46.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:45.422486+0000 mon.smithi071 (mon.0) 248 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:44:46.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:45.422671+0000 mon.smithi071 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:44:46.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:45.422875+0000 mon.smithi071 (mon.0) 250 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:44:46.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:46.183596+0000 mon.smithi071 (mon.0) 251 : audit [INF] from='client.? 172.21.15.71:0/3137952581' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6d228b3e-4570-4d84-a199-20c557c14d31"}]: dispatch 2024-01-21T11:44:46.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:46.187789+0000 mon.smithi071 (mon.0) 252 : audit [INF] from='client.? 172.21.15.71:0/3137952581' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6d228b3e-4570-4d84-a199-20c557c14d31"}]': finished 2024-01-21T11:44:46.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:46.187830+0000 mon.smithi071 (mon.0) 253 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-21T11:44:46.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:46.187930+0000 mon.smithi071 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:44:46.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:46.188261+0000 mon.smithi071 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:44:46.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:46.188473+0000 mon.smithi071 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:44:46.845 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:46.188684+0000 mon.smithi071 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:44:46.845 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:46.188889+0000 mon.smithi071 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:44:46.845 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:46.189080+0000 mon.smithi071 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:44:47.576 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:47 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:46.586561+0000 mon.smithi204 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.204:0/3930410576' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:44:47.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:47 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:46.586561+0000 mon.smithi204 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.204:0/3930410576' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:44:47.929 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:44:48.321 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1705837486,"num_remapped_pgs":0} 2024-01-21T11:44:48.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:47.069378+0000 mgr.smithi071.edbdnh (mgr.14180) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:48.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:47.484984+0000 mon.smithi071 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.71:0/165877572' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:44:48.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:47.929817+0000 mon.smithi071 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.71:0/2074106332' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:44:48.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:47.069378+0000 mgr.smithi071.edbdnh (mgr.14180) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:48.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:47.484984+0000 mon.smithi071 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.71:0/165877572' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:44:48.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:47.929817+0000 mon.smithi071 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.71:0/2074106332' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:44:49.322 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:44:49.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:49.109412+0000 mon.smithi204 (mon.1) 8 : audit [INF] from='client.? 172.21.15.204:0/2212847035' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5fda037e-a381-4a40-a09f-412ae7887055"}]: dispatch 2024-01-21T11:44:49.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:49.109787+0000 mon.smithi071 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5fda037e-a381-4a40-a09f-412ae7887055"}]: dispatch 2024-01-21T11:44:49.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:49.115774+0000 mon.smithi071 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5fda037e-a381-4a40-a09f-412ae7887055"}]': finished 2024-01-21T11:44:49.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:49.115827+0000 mon.smithi071 (mon.0) 264 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-21T11:44:49.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:49.115915+0000 mon.smithi071 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:44:49.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:49.116183+0000 mon.smithi071 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:44:49.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:49.116341+0000 mon.smithi071 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:44:49.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:49.116500+0000 mon.smithi071 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:44:49.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:49.116649+0000 mon.smithi071 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:44:49.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:49.116807+0000 mon.smithi071 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:44:49.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:49.116959+0000 mon.smithi071 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:44:49.632 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:49.109412+0000 mon.smithi204 (mon.1) 8 : audit [INF] from='client.? 172.21.15.204:0/2212847035' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5fda037e-a381-4a40-a09f-412ae7887055"}]: dispatch 2024-01-21T11:44:49.632 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:49.109787+0000 mon.smithi071 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5fda037e-a381-4a40-a09f-412ae7887055"}]: dispatch 2024-01-21T11:44:49.632 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:49.115774+0000 mon.smithi071 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5fda037e-a381-4a40-a09f-412ae7887055"}]': finished 2024-01-21T11:44:49.632 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:49.115827+0000 mon.smithi071 (mon.0) 264 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-21T11:44:49.632 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:49.115915+0000 mon.smithi071 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:44:49.633 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:49.116183+0000 mon.smithi071 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:44:49.633 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:49.116341+0000 mon.smithi071 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:44:49.633 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:49.116500+0000 mon.smithi071 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:44:49.633 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:49.116649+0000 mon.smithi071 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:44:49.633 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:49.116807+0000 mon.smithi071 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:44:49.633 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:49.116959+0000 mon.smithi071 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:44:50.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:49.069609+0000 mgr.smithi071.edbdnh (mgr.14180) 37 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:50.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:50.015152+0000 mon.smithi071 (mon.0) 272 : audit [INF] from='client.? 172.21.15.71:0/4290916084' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ad737a9f-e53f-40da-9b7e-8d9bdab872d2"}]: dispatch 2024-01-21T11:44:50.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:50.021429+0000 mon.smithi071 (mon.0) 273 : audit [INF] from='client.? 172.21.15.71:0/4290916084' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ad737a9f-e53f-40da-9b7e-8d9bdab872d2"}]': finished 2024-01-21T11:44:50.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:50.021480+0000 mon.smithi071 (mon.0) 274 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-21T11:44:50.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:50.021587+0000 mon.smithi071 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:44:50.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:50.021847+0000 mon.smithi071 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:44:50.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:50.021978+0000 mon.smithi071 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:44:50.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:50.022131+0000 mon.smithi071 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:44:50.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:50.022285+0000 mon.smithi071 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:44:50.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:50.022418+0000 mon.smithi071 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:44:50.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:50.022576+0000 mon.smithi071 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:44:50.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:50.022728+0000 mon.smithi071 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:44:50.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:50.330797+0000 mon.smithi204 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.204:0/2304456212' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:44:50.668 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:44:50.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:49.069609+0000 mgr.smithi071.edbdnh (mgr.14180) 37 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:50.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:50.015152+0000 mon.smithi071 (mon.0) 272 : audit [INF] from='client.? 172.21.15.71:0/4290916084' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ad737a9f-e53f-40da-9b7e-8d9bdab872d2"}]: dispatch 2024-01-21T11:44:50.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:50.021429+0000 mon.smithi071 (mon.0) 273 : audit [INF] from='client.? 172.21.15.71:0/4290916084' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ad737a9f-e53f-40da-9b7e-8d9bdab872d2"}]': finished 2024-01-21T11:44:50.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:50.021480+0000 mon.smithi071 (mon.0) 274 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-21T11:44:50.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:50.021587+0000 mon.smithi071 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:44:50.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:50.021847+0000 mon.smithi071 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:44:50.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:50.021978+0000 mon.smithi071 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:44:50.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:50.022131+0000 mon.smithi071 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:44:50.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:50.022285+0000 mon.smithi071 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:44:50.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:50.022418+0000 mon.smithi071 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:44:50.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:50.022576+0000 mon.smithi071 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:44:50.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:50.022728+0000 mon.smithi071 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:44:50.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:50.330797+0000 mon.smithi204 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.204:0/2304456212' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:44:51.081 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705837490,"num_remapped_pgs":0} 2024-01-21T11:44:51.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:51 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:50.668807+0000 mon.smithi071 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.71:0/3895016928' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:44:51.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:51 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:51.351993+0000 mon.smithi071 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.71:0/3441421841' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:44:51.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:51 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:50.668807+0000 mon.smithi071 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.71:0/3895016928' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:44:51.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:51 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:51.351993+0000 mon.smithi071 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.71:0/3441421841' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:44:52.082 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:44:52.759 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:51.069859+0000 mgr.smithi071.edbdnh (mgr.14180) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:52.774 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:51.069859+0000 mgr.smithi071.edbdnh (mgr.14180) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:53.386 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:44:53.912 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705837490,"num_remapped_pgs":0} 2024-01-21T11:44:54.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:53.070077+0000 mgr.smithi071.edbdnh (mgr.14180) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:54.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:53.386830+0000 mon.smithi071 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.71:0/591461164' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:44:54.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:53.070077+0000 mgr.smithi071.edbdnh (mgr.14180) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:54.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:53.386830+0000 mon.smithi071 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.71:0/591461164' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:44:54.913 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:44:55.540 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:55 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:54.680906+0000 mon.smithi071 (mon.0) 286 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-21T11:44:55.540 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:55 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:54.681518+0000 mon.smithi071 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:44:55.540 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:55 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:44:54.682023+0000 mgr.smithi071.edbdnh (mgr.14180) 40 : cephadm [INF] Deploying daemon osd.0 on smithi204 2024-01-21T11:44:55.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:55 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:54.680906+0000 mon.smithi071 (mon.0) 286 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-21T11:44:55.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:55 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:54.681518+0000 mon.smithi071 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:44:55.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:55 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:44:54.682023+0000 mgr.smithi071.edbdnh (mgr.14180) 40 : cephadm [INF] Deploying daemon osd.0 on smithi204 2024-01-21T11:44:56.386 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:44:56.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:56 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:55.070336+0000 mgr.smithi071.edbdnh (mgr.14180) 41 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:56.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:56 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:55.963371+0000 mon.smithi071 (mon.0) 288 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-21T11:44:56.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:56 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:55.963938+0000 mon.smithi071 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:44:56.632 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:56 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:55.070336+0000 mgr.smithi071.edbdnh (mgr.14180) 41 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:56.632 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:56 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:55.963371+0000 mon.smithi071 (mon.0) 288 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-21T11:44:56.632 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:56 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:55.963938+0000 mon.smithi071 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:44:56.802 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705837490,"num_remapped_pgs":0} 2024-01-21T11:44:57.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:57 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:44:55.964416+0000 mgr.smithi071.edbdnh (mgr.14180) 42 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-01-21T11:44:57.657 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:57 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:56.386517+0000 mon.smithi071 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.71:0/3648138800' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:44:57.766 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:44:55.964416+0000 mgr.smithi071.edbdnh (mgr.14180) 42 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-01-21T11:44:57.766 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:56.386517+0000 mon.smithi071 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.71:0/3648138800' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:44:57.803 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:44:58.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:57.070528+0000 mgr.smithi071.edbdnh (mgr.14180) 43 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:58.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:58.243405+0000 mon.smithi071 (mon.0) 291 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:58.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:58.244062+0000 mon.smithi071 (mon.0) 292 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-21T11:44:58.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:58.244611+0000 mon.smithi071 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:44:58.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:57.070528+0000 mgr.smithi071.edbdnh (mgr.14180) 43 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:44:58.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:58.243405+0000 mon.smithi071 (mon.0) 291 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:44:58.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:58.244062+0000 mon.smithi071 (mon.0) 292 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-21T11:44:58.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:58.244611+0000 mon.smithi071 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:44:59.191 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:44:59.475 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:59 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:44:58.245051+0000 mgr.smithi071.edbdnh (mgr.14180) 44 : cephadm [INF] Deploying daemon osd.2 on smithi204 2024-01-21T11:44:59.476 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:44:59 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:59.191115+0000 mon.smithi071 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.71:0/903198175' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:44:59.580 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705837490,"num_remapped_pgs":0} 2024-01-21T11:44:59.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:59 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:44:58.245051+0000 mgr.smithi071.edbdnh (mgr.14180) 44 : cephadm [INF] Deploying daemon osd.2 on smithi204 2024-01-21T11:44:59.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:44:59 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:59.191115+0000 mon.smithi071 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.71:0/903198175' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:45:00.582 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:45:01.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:44:59.070789+0000 mgr.smithi071.edbdnh (mgr.14180) 45 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:45:01.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:59.790884+0000 mon.smithi071 (mon.0) 295 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:01.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:59.791618+0000 mon.smithi071 (mon.0) 296 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-21T11:45:01.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:44:59.792168+0000 mon.smithi071 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:01.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:44:59.792622+0000 mgr.smithi071.edbdnh (mgr.14180) 46 : cephadm [INF] Deploying daemon osd.3 on smithi071 2024-01-21T11:45:01.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:44:59.070789+0000 mgr.smithi071.edbdnh (mgr.14180) 45 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:45:01.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:59.790884+0000 mon.smithi071 (mon.0) 295 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:01.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:59.791618+0000 mon.smithi071 (mon.0) 296 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-21T11:45:01.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:44:59.792168+0000 mon.smithi071 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:01.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:44:59.792622+0000 mgr.smithi071.edbdnh (mgr.14180) 46 : cephadm [INF] Deploying daemon osd.3 on smithi071 2024-01-21T11:45:01.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:01 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:01.431469+0000 mon.smithi204 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.204:6800/2382751043,v1:172.21.15.204:6801/2382751043]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T11:45:01.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:01 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:01.431807+0000 mon.smithi071 (mon.0) 298 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T11:45:02.088 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:45:02.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:01 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:01.431469+0000 mon.smithi204 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.204:6800/2382751043,v1:172.21.15.204:6801/2382751043]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T11:45:02.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:01 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:01.431807+0000 mon.smithi071 (mon.0) 298 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T11:45:02.435 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705837490,"num_remapped_pgs":0} 2024-01-21T11:45:03.025 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:01.071080+0000 mgr.smithi071.edbdnh (mgr.14180) 47 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:45:03.025 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:01.797980+0000 mon.smithi071 (mon.0) 299 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-21T11:45:03.025 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:01.798065+0000 mon.smithi071 (mon.0) 300 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-21T11:45:03.025 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:01.798160+0000 mon.smithi071 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:45:03.025 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:01.798403+0000 mon.smithi071 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:45:03.025 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:01.798528+0000 mon.smithi071 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:45:03.025 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:01.798595+0000 mon.smithi204 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.204:6800/2382751043,v1:172.21.15.204:6801/2382751043]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-01-21T11:45:03.025 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:01.798649+0000 mon.smithi071 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:45:03.025 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:01.798772+0000 mon.smithi071 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:45:03.025 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:01.798966+0000 mon.smithi071 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:03.026 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:01.799139+0000 mon.smithi071 (mon.0) 307 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-01-21T11:45:03.026 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:01.799321+0000 mon.smithi071 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:03.026 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:01.799445+0000 mon.smithi071 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:03.026 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:02.001733+0000 mon.smithi071 (mon.0) 310 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:03.026 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:02.002451+0000 mon.smithi071 (mon.0) 311 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-21T11:45:03.026 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:02.003023+0000 mon.smithi071 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:03.026 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:02.088097+0000 mon.smithi071 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.71:0/2822244138' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:45:03.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:01.071080+0000 mgr.smithi071.edbdnh (mgr.14180) 47 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:45:03.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:01.797980+0000 mon.smithi071 (mon.0) 299 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-21T11:45:03.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:01.798065+0000 mon.smithi071 (mon.0) 300 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-21T11:45:03.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:01.798160+0000 mon.smithi071 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:45:03.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:01.798403+0000 mon.smithi071 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:45:03.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:01.798528+0000 mon.smithi071 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:45:03.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:01.798595+0000 mon.smithi204 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.204:6800/2382751043,v1:172.21.15.204:6801/2382751043]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-01-21T11:45:03.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:01.798649+0000 mon.smithi071 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:45:03.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:01.798772+0000 mon.smithi071 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:45:03.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:01.798966+0000 mon.smithi071 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:03.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:01.799139+0000 mon.smithi071 (mon.0) 307 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-01-21T11:45:03.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:01.799321+0000 mon.smithi071 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:03.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:01.799445+0000 mon.smithi071 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:03.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:02.001733+0000 mon.smithi071 (mon.0) 310 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:03.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:02.002451+0000 mon.smithi071 (mon.0) 311 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-21T11:45:03.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:02.003023+0000 mon.smithi071 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:03.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:02.088097+0000 mon.smithi071 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.71:0/2822244138' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:45:03.436 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:45:03.958 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:45:02.003585+0000 mgr.smithi071.edbdnh (mgr.14180) 48 : cephadm [INF] Deploying daemon osd.4 on smithi204 2024-01-21T11:45:03.958 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:02.798894+0000 mon.smithi071 (mon.0) 314 : 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-21T11:45:03.958 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:02.798962+0000 mon.smithi071 (mon.0) 315 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-21T11:45:03.958 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:02.799290+0000 mon.smithi071 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:45:03.958 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:02.799496+0000 mon.smithi071 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:45:03.959 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:02.799611+0000 mon.smithi071 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:45:03.959 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:02.799738+0000 mon.smithi071 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:45:03.959 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:02.799870+0000 mon.smithi071 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:45:03.959 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:02.799994+0000 mon.smithi071 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:03.959 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:02.800136+0000 mon.smithi071 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:03.959 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:02.800265+0000 mon.smithi071 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:03.959 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:02.803619+0000 mon.smithi071 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:45:03.959 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:02.993175+0000 mon.smithi071 (mon.0) 325 : audit [INF] from='osd.1 [v2:172.21.15.71:6802/389299725,v1:172.21.15.71:6803/389299725]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-21T11:45:04.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:45:02.003585+0000 mgr.smithi071.edbdnh (mgr.14180) 48 : cephadm [INF] Deploying daemon osd.4 on smithi204 2024-01-21T11:45:04.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:02.798894+0000 mon.smithi071 (mon.0) 314 : 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-21T11:45:04.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:02.798962+0000 mon.smithi071 (mon.0) 315 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-21T11:45:04.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:02.799290+0000 mon.smithi071 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:45:04.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:02.799496+0000 mon.smithi071 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:45:04.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:02.799611+0000 mon.smithi071 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:45:04.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:02.799738+0000 mon.smithi071 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:45:04.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:02.799870+0000 mon.smithi071 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:45:04.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:02.799994+0000 mon.smithi071 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:04.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:02.800136+0000 mon.smithi071 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:04.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:02.800265+0000 mon.smithi071 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:04.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:02.803619+0000 mon.smithi071 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:45:04.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:02.993175+0000 mon.smithi071 (mon.0) 325 : audit [INF] from='osd.1 [v2:172.21.15.71:6802/389299725,v1:172.21.15.71:6803/389299725]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-21T11:45:04.837 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:45:05.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:02.446829+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:45:05.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:02.446873+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:45:05.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:03.071375+0000 mgr.smithi071.edbdnh (mgr.14180) 49 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:45:05.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:03.806022+0000 mon.smithi071 (mon.0) 326 : cluster [INF] osd.0 [v2:172.21.15.204:6800/2382751043,v1:172.21.15.204:6801/2382751043] boot 2024-01-21T11:45:05.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:03.806062+0000 mon.smithi071 (mon.0) 327 : audit [INF] from='osd.1 [v2:172.21.15.71:6802/389299725,v1:172.21.15.71:6803/389299725]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-21T11:45:05.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:03.806108+0000 mon.smithi071 (mon.0) 328 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-21T11:45:05.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:03.807118+0000 mon.smithi071 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:45:05.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:03.807488+0000 mon.smithi071 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:45:05.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:03.807681+0000 mon.smithi071 (mon.0) 331 : audit [INF] from='osd.1 [v2:172.21.15.71:6802/389299725,v1:172.21.15.71:6803/389299725]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-21T11:45:05.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:03.807873+0000 mon.smithi071 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:45:05.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:03.808001+0000 mon.smithi071 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:45:05.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:03.808175+0000 mon.smithi071 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:45:05.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:03.808319+0000 mon.smithi071 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:05.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:03.808440+0000 mon.smithi071 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:05.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:03.808555+0000 mon.smithi071 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:05.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:03.960164+0000 mon.smithi071 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:05.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:03.960806+0000 mon.smithi071 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-21T11:45:05.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:03.961303+0000 mon.smithi071 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:05.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:04.804711+0000 mon.smithi071 (mon.0) 341 : audit [INF] from='osd.1 [v2:172.21.15.71:6802/389299725,v1:172.21.15.71:6803/389299725]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-21T11:45:05.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:04.804757+0000 mon.smithi071 (mon.0) 342 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-21T11:45:05.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:04.804849+0000 mon.smithi071 (mon.0) 343 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:45:05.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:04.805116+0000 mon.smithi071 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:45:05.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:04.805576+0000 mon.smithi071 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:45:05.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:04.805809+0000 mon.smithi071 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:45:05.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:04.806003+0000 mon.smithi071 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:05.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:04.806119+0000 mon.smithi071 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:05.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:04.806249+0000 mon.smithi071 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:05.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:04.807879+0000 mon.smithi071 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:45:05.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:02.446829+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:45:05.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:02.446873+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:45:05.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:03.071375+0000 mgr.smithi071.edbdnh (mgr.14180) 49 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:45:05.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:03.806022+0000 mon.smithi071 (mon.0) 326 : cluster [INF] osd.0 [v2:172.21.15.204:6800/2382751043,v1:172.21.15.204:6801/2382751043] boot 2024-01-21T11:45:05.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:03.806062+0000 mon.smithi071 (mon.0) 327 : audit [INF] from='osd.1 [v2:172.21.15.71:6802/389299725,v1:172.21.15.71:6803/389299725]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-21T11:45:05.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:03.806108+0000 mon.smithi071 (mon.0) 328 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-21T11:45:05.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:03.807118+0000 mon.smithi071 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:45:05.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:03.807488+0000 mon.smithi071 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:45:05.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:03.807681+0000 mon.smithi071 (mon.0) 331 : audit [INF] from='osd.1 [v2:172.21.15.71:6802/389299725,v1:172.21.15.71:6803/389299725]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-21T11:45:05.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:03.807873+0000 mon.smithi071 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:45:05.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:03.808001+0000 mon.smithi071 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:45:05.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:03.808175+0000 mon.smithi071 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:45:05.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:03.808319+0000 mon.smithi071 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:05.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:03.808440+0000 mon.smithi071 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:05.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:03.808555+0000 mon.smithi071 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:05.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:03.960164+0000 mon.smithi071 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:05.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:03.960806+0000 mon.smithi071 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-21T11:45:05.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:03.961303+0000 mon.smithi071 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:05.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:04.804711+0000 mon.smithi071 (mon.0) 341 : audit [INF] from='osd.1 [v2:172.21.15.71:6802/389299725,v1:172.21.15.71:6803/389299725]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-21T11:45:05.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:04.804757+0000 mon.smithi071 (mon.0) 342 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-21T11:45:05.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:04.804849+0000 mon.smithi071 (mon.0) 343 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:45:05.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:04.805116+0000 mon.smithi071 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:45:05.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:04.805576+0000 mon.smithi071 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:45:05.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:04.805809+0000 mon.smithi071 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:45:05.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:04.806003+0000 mon.smithi071 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:05.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:04.806119+0000 mon.smithi071 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:05.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:04.806249+0000 mon.smithi071 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:05.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:04.807879+0000 mon.smithi071 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:45:05.244 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1705837503,"num_in_osds":8,"osd_in_since":1705837490,"num_remapped_pgs":0} 2024-01-21T11:45:06.048 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:05 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:45:03.961727+0000 mgr.smithi071.edbdnh (mgr.14180) 50 : cephadm [INF] Deploying daemon osd.5 on smithi071 2024-01-21T11:45:06.048 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:05 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:04.837261+0000 mon.smithi071 (mon.0) 351 : audit [DBG] from='client.? 172.21.15.71:0/1003820216' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:45:06.048 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:05 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:05.185455+0000 mon.smithi204 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.204:6808/3040077711,v1:172.21.15.204:6809/3040077711]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T11:45:06.048 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:05 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:05.185797+0000 mon.smithi071 (mon.0) 352 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T11:45:06.048 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:05 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:05.583921+0000 mon.smithi071 (mon.0) 353 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:06.048 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:05 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:05.584596+0000 mon.smithi071 (mon.0) 354 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-21T11:45:06.048 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:05 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:05.585128+0000 mon.smithi071 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:06.048 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:05 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:05.807882+0000 mon.smithi071 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:45:06.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:05 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:45:03.961727+0000 mgr.smithi071.edbdnh (mgr.14180) 50 : cephadm [INF] Deploying daemon osd.5 on smithi071 2024-01-21T11:45:06.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:05 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:04.837261+0000 mon.smithi071 (mon.0) 351 : audit [DBG] from='client.? 172.21.15.71:0/1003820216' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:45:06.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:05 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:05.185455+0000 mon.smithi204 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.204:6808/3040077711,v1:172.21.15.204:6809/3040077711]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T11:45:06.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:05 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:05.185797+0000 mon.smithi071 (mon.0) 352 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T11:45:06.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:05 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:05.583921+0000 mon.smithi071 (mon.0) 353 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:06.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:05 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:05.584596+0000 mon.smithi071 (mon.0) 354 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-21T11:45:06.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:05 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:05.585128+0000 mon.smithi071 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:06.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:05 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:05.807882+0000 mon.smithi071 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:45:06.245 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:45:07.016 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:04.021687+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:45:07.016 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:04.021741+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:45:07.016 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:05.071615+0000 mgr.smithi071.edbdnh (mgr.14180) 51 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T11:45:07.016 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:45:05.585585+0000 mgr.smithi071.edbdnh (mgr.14180) 52 : cephadm [INF] Deploying daemon osd.6 on smithi204 2024-01-21T11:45:07.016 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:05.820440+0000 mon.smithi071 (mon.0) 357 : cluster [INF] osd.1 [v2:172.21.15.71:6802/389299725,v1:172.21.15.71:6803/389299725] boot 2024-01-21T11:45:07.016 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:05.820478+0000 mon.smithi071 (mon.0) 358 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-21T11:45:07.016 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:05.820521+0000 mon.smithi071 (mon.0) 359 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-01-21T11:45:07.016 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:05.820956+0000 mon.smithi071 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:45:07.017 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:05.821180+0000 mon.smithi071 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:45:07.017 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:05.821367+0000 mon.smithi071 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:45:07.017 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:05.821531+0000 mon.smithi071 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:45:07.017 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:05.821692+0000 mon.smithi071 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:07.017 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:05.821845+0000 mon.smithi071 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:07.017 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:05.822005+0000 mon.smithi071 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:07.017 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:05.822965+0000 mon.smithi204 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.204:6808/3040077711,v1:172.21.15.204:6809/3040077711]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-01-21T11:45:07.017 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:05.823296+0000 mon.smithi071 (mon.0) 367 : 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-21T11:45:07.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:04.021687+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:45:07.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:04.021741+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:45:07.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:05.071615+0000 mgr.smithi071.edbdnh (mgr.14180) 51 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T11:45:07.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:45:05.585585+0000 mgr.smithi071.edbdnh (mgr.14180) 52 : cephadm [INF] Deploying daemon osd.6 on smithi204 2024-01-21T11:45:07.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:05.820440+0000 mon.smithi071 (mon.0) 357 : cluster [INF] osd.1 [v2:172.21.15.71:6802/389299725,v1:172.21.15.71:6803/389299725] boot 2024-01-21T11:45:07.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:05.820478+0000 mon.smithi071 (mon.0) 358 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-21T11:45:07.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:05.820521+0000 mon.smithi071 (mon.0) 359 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-01-21T11:45:07.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:05.820956+0000 mon.smithi071 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:45:07.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:05.821180+0000 mon.smithi071 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:45:07.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:05.821367+0000 mon.smithi071 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:45:07.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:05.821531+0000 mon.smithi071 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:45:07.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:05.821692+0000 mon.smithi071 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:07.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:05.821845+0000 mon.smithi071 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:07.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:05.822005+0000 mon.smithi071 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:07.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:05.822965+0000 mon.smithi204 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.204:6808/3040077711,v1:172.21.15.204:6809/3040077711]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-01-21T11:45:07.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:05.823296+0000 mon.smithi071 (mon.0) 367 : 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-21T11:45:07.536 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:45:07.907 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":19,"num_osds":8,"num_up_osds":2,"osd_up_since":1705837505,"num_in_osds":8,"osd_in_since":1705837490,"num_remapped_pgs":0} 2024-01-21T11:45:08.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:06.822154+0000 mon.smithi071 (mon.0) 368 : 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-21T11:45:08.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:06.822211+0000 mon.smithi071 (mon.0) 369 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-01-21T11:45:08.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:06.822605+0000 mon.smithi071 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:45:08.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:06.822901+0000 mon.smithi071 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:45:08.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:06.823121+0000 mon.smithi071 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:45:08.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:06.827476+0000 mon.smithi071 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:08.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:06.827649+0000 mon.smithi071 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:08.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:06.827815+0000 mon.smithi071 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:08.069 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:06.827980+0000 mon.smithi071 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:45:08.069 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:07.177091+0000 mon.smithi071 (mon.0) 377 : audit [INF] from='osd.3 [v2:172.21.15.71:6810/1103762326,v1:172.21.15.71:6811/1103762326]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-21T11:45:08.069 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:07.536194+0000 mon.smithi071 (mon.0) 378 : audit [DBG] from='client.? 172.21.15.71:0/750014512' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:45:08.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:07 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:06.822154+0000 mon.smithi071 (mon.0) 368 : 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-21T11:45:08.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:07 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:06.822211+0000 mon.smithi071 (mon.0) 369 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-01-21T11:45:08.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:07 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:06.822605+0000 mon.smithi071 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:45:08.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:07 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:06.822901+0000 mon.smithi071 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:45:08.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:07 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:06.823121+0000 mon.smithi071 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:45:08.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:07 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:06.827476+0000 mon.smithi071 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:08.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:07 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:06.827649+0000 mon.smithi071 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:08.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:07 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:06.827815+0000 mon.smithi071 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:08.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:07 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:06.827980+0000 mon.smithi071 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:45:08.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:07 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:07.177091+0000 mon.smithi071 (mon.0) 377 : audit [INF] from='osd.3 [v2:172.21.15.71:6810/1103762326,v1:172.21.15.71:6811/1103762326]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-21T11:45:08.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:07 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:07.536194+0000 mon.smithi071 (mon.0) 378 : audit [DBG] from='client.? 172.21.15.71:0/750014512' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:45:08.909 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:45:09.081 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:06.211944+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:45:09.082 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:06.211990+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:45:09.082 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:07.071851+0000 mgr.smithi071.edbdnh (mgr.14180) 53 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-21T11:45:09.082 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:07.827047+0000 mon.smithi071 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:45:09.082 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:07.830184+0000 mon.smithi071 (mon.0) 380 : cluster [INF] osd.2 [v2:172.21.15.204:6808/3040077711,v1:172.21.15.204:6809/3040077711] boot 2024-01-21T11:45:09.082 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:07.830239+0000 mon.smithi071 (mon.0) 381 : audit [INF] from='osd.3 [v2:172.21.15.71:6810/1103762326,v1:172.21.15.71:6811/1103762326]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-21T11:45:09.082 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:07.830301+0000 mon.smithi071 (mon.0) 382 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-01-21T11:45:09.082 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:07.830645+0000 mon.smithi071 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:45:09.082 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:07.831050+0000 mon.smithi071 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:45:09.082 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:07.831216+0000 mon.smithi071 (mon.0) 385 : audit [INF] from='osd.3 [v2:172.21.15.71:6810/1103762326,v1:172.21.15.71:6811/1103762326]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-21T11:45:09.082 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:07.831429+0000 mon.smithi071 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:45:09.082 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:07.831565+0000 mon.smithi071 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:09.082 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:07.831690+0000 mon.smithi071 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:09.082 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:07.831815+0000 mon.smithi071 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:09.082 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:07.831978+0000 mon.smithi071 (mon.0) 390 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 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-21T11:45:09.083 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:08.114839+0000 mon.smithi071 (mon.0) 391 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:09.083 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:08.115571+0000 mon.smithi071 (mon.0) 392 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-21T11:45:09.083 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:08.116070+0000 mon.smithi071 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:09.083 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:08.775354+0000 mon.smithi204 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.204:6816/3857979899,v1:172.21.15.204:6817/3857979899]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T11:45:09.083 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:08.775847+0000 mon.smithi071 (mon.0) 394 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T11:45:09.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:06.211944+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:45:09.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:06.211990+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:45:09.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:07.071851+0000 mgr.smithi071.edbdnh (mgr.14180) 53 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-21T11:45:09.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:07.827047+0000 mon.smithi071 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:45:09.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:07.830184+0000 mon.smithi071 (mon.0) 380 : cluster [INF] osd.2 [v2:172.21.15.204:6808/3040077711,v1:172.21.15.204:6809/3040077711] boot 2024-01-21T11:45:09.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:07.830239+0000 mon.smithi071 (mon.0) 381 : audit [INF] from='osd.3 [v2:172.21.15.71:6810/1103762326,v1:172.21.15.71:6811/1103762326]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-21T11:45:09.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:07.830301+0000 mon.smithi071 (mon.0) 382 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-01-21T11:45:09.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:07.830645+0000 mon.smithi071 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:45:09.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:07.831050+0000 mon.smithi071 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:45:09.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:07.831216+0000 mon.smithi071 (mon.0) 385 : audit [INF] from='osd.3 [v2:172.21.15.71:6810/1103762326,v1:172.21.15.71:6811/1103762326]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-21T11:45:09.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:07.831429+0000 mon.smithi071 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:45:09.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:07.831565+0000 mon.smithi071 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:09.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:07.831690+0000 mon.smithi071 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:09.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:07.831815+0000 mon.smithi071 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:09.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:07.831978+0000 mon.smithi071 (mon.0) 390 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 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-21T11:45:09.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:08.114839+0000 mon.smithi071 (mon.0) 391 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:09.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:08.115571+0000 mon.smithi071 (mon.0) 392 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-21T11:45:09.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:08.116070+0000 mon.smithi071 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:09.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:08.775354+0000 mon.smithi204 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.204:6816/3857979899,v1:172.21.15.204:6817/3857979899]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T11:45:09.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:08.775847+0000 mon.smithi071 (mon.0) 394 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T11:45:10.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:45:08.116509+0000 mgr.smithi071.edbdnh (mgr.14180) 54 : cephadm [INF] Deploying daemon osd.7 on smithi071 2024-01-21T11:45:10.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:08.831710+0000 mon.smithi071 (mon.0) 395 : audit [INF] from='osd.3 [v2:172.21.15.71:6810/1103762326,v1:172.21.15.71:6811/1103762326]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-21T11:45:10.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:08.831764+0000 mon.smithi071 (mon.0) 396 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 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-21T11:45:10.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:08.831813+0000 mon.smithi071 (mon.0) 397 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-21T11:45:10.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:08.831870+0000 mon.smithi071 (mon.0) 398 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-21T11:45:10.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:08.832281+0000 mon.smithi071 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:45:10.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:08.832435+0000 mon.smithi204 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.204:6816/3857979899,v1:172.21.15.204:6817/3857979899]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-01-21T11:45:10.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:08.832694+0000 mon.smithi071 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:45:10.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:08.832874+0000 mon.smithi071 (mon.0) 401 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-01-21T11:45:10.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:08.836628+0000 mon.smithi071 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:10.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:08.837036+0000 mon.smithi071 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:10.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:08.837201+0000 mon.smithi071 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:10.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:08.837524+0000 mon.smithi071 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:45:10.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:08.837844+0000 mon.smithi071 (mon.0) 406 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-21T11:45:10.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:09.143827+0000 mon.smithi071 (mon.0) 407 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:10.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:09.832447+0000 mon.smithi071 (mon.0) 408 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-01-21T11:45:10.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:09.832531+0000 mon.smithi071 (mon.0) 409 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-21T11:45:10.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:09.832566+0000 mon.smithi071 (mon.0) 410 : cluster [INF] osd.3 [v2:172.21.15.71:6810/1103762326,v1:172.21.15.71:6811/1103762326] boot 2024-01-21T11:45:10.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:09.832583+0000 mon.smithi071 (mon.0) 411 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2024-01-21T11:45:10.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:09.832928+0000 mon.smithi071 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:45:10.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:09.833164+0000 mon.smithi071 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:45:10.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:45:08.116509+0000 mgr.smithi071.edbdnh (mgr.14180) 54 : cephadm [INF] Deploying daemon osd.7 on smithi071 2024-01-21T11:45:10.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:08.831710+0000 mon.smithi071 (mon.0) 395 : audit [INF] from='osd.3 [v2:172.21.15.71:6810/1103762326,v1:172.21.15.71:6811/1103762326]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-21T11:45:10.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:08.831764+0000 mon.smithi071 (mon.0) 396 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 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-21T11:45:10.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:08.831813+0000 mon.smithi071 (mon.0) 397 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-21T11:45:10.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:08.831870+0000 mon.smithi071 (mon.0) 398 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-21T11:45:10.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:08.832281+0000 mon.smithi071 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:45:10.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:08.832435+0000 mon.smithi204 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.204:6816/3857979899,v1:172.21.15.204:6817/3857979899]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-01-21T11:45:10.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:08.832694+0000 mon.smithi071 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:45:10.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:08.832874+0000 mon.smithi071 (mon.0) 401 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-01-21T11:45:10.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:08.836628+0000 mon.smithi071 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:10.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:08.837036+0000 mon.smithi071 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:10.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:08.837201+0000 mon.smithi071 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:10.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:08.837524+0000 mon.smithi071 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:45:10.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:08.837844+0000 mon.smithi071 (mon.0) 406 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-21T11:45:10.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:09.143827+0000 mon.smithi071 (mon.0) 407 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:10.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:09.832447+0000 mon.smithi071 (mon.0) 408 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-01-21T11:45:10.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:09.832531+0000 mon.smithi071 (mon.0) 409 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-21T11:45:10.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:09.832566+0000 mon.smithi071 (mon.0) 410 : cluster [INF] osd.3 [v2:172.21.15.71:6810/1103762326,v1:172.21.15.71:6811/1103762326] boot 2024-01-21T11:45:10.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:09.832583+0000 mon.smithi071 (mon.0) 411 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2024-01-21T11:45:10.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:09.832928+0000 mon.smithi071 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:45:10.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:09.833164+0000 mon.smithi071 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:45:10.804 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:45:11.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:08.166075+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:45:11.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:08.166119+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:45:11.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:09.072141+0000 mgr.smithi071.edbdnh (mgr.14180) 55 : cluster [DBG] pgmap v46: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-21T11:45:11.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:09.833384+0000 mon.smithi071 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:11.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:09.833939+0000 mon.smithi071 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:11.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:09.834106+0000 mon.smithi071 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:11.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:09.835590+0000 mon.smithi071 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:45:11.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:10.803828+0000 mon.smithi071 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.71:0/1285047632' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:45:11.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:10.834099+0000 mon.smithi071 (mon.0) 419 : cluster [INF] osd.4 [v2:172.21.15.204:6816/3857979899,v1:172.21.15.204:6817/3857979899] boot 2024-01-21T11:45:11.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:10.834131+0000 mon.smithi071 (mon.0) 420 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2024-01-21T11:45:11.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:10.834289+0000 mon.smithi071 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:45:11.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:10.834644+0000 mon.smithi071 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:11.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:10.834808+0000 mon.smithi071 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:11.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:10.834955+0000 mon.smithi071 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:11.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:08.166075+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:45:11.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:08.166119+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:45:11.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:09.072141+0000 mgr.smithi071.edbdnh (mgr.14180) 55 : cluster [DBG] pgmap v46: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-21T11:45:11.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:09.833384+0000 mon.smithi071 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:11.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:09.833939+0000 mon.smithi071 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:11.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:09.834106+0000 mon.smithi071 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:11.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:09.835590+0000 mon.smithi071 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:45:11.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:10.803828+0000 mon.smithi071 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.71:0/1285047632' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:45:11.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:10.834099+0000 mon.smithi071 (mon.0) 419 : cluster [INF] osd.4 [v2:172.21.15.204:6816/3857979899,v1:172.21.15.204:6817/3857979899] boot 2024-01-21T11:45:11.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:10.834131+0000 mon.smithi071 (mon.0) 420 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2024-01-21T11:45:11.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:10.834289+0000 mon.smithi071 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:45:11.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:10.834644+0000 mon.smithi071 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:11.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:10.834808+0000 mon.smithi071 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:11.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:10.834955+0000 mon.smithi071 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:11.170 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":22,"num_osds":8,"num_up_osds":4,"osd_up_since":1705837509,"num_in_osds":8,"osd_in_since":1705837490,"num_remapped_pgs":0} 2024-01-21T11:45:12.171 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:45:12.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:09.732832+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:45:12.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:09.732916+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:45:12.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:11.072436+0000 mgr.smithi071.edbdnh (mgr.14180) 56 : cluster [DBG] pgmap v49: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T11:45:12.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:11.191591+0000 mon.smithi071 (mon.0) 425 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:12.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:11.322671+0000 mon.smithi071 (mon.0) 426 : audit [INF] from='osd.5 [v2:172.21.15.71:6818/509932686,v1:172.21.15.71:6819/509932686]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-21T11:45:12.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:12.046566+0000 mon.smithi071 (mon.0) 427 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:12.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:09.732832+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:45:12.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:09.732916+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:45:12.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:11.072436+0000 mgr.smithi071.edbdnh (mgr.14180) 56 : cluster [DBG] pgmap v49: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T11:45:12.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:11.191591+0000 mon.smithi071 (mon.0) 425 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:12.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:11.322671+0000 mon.smithi071 (mon.0) 426 : audit [INF] from='osd.5 [v2:172.21.15.71:6818/509932686,v1:172.21.15.71:6819/509932686]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-21T11:45:12.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:12.046566+0000 mon.smithi071 (mon.0) 427 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:13.264 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:12.196871+0000 mon.smithi071 (mon.0) 428 : audit [INF] from='osd.5 [v2:172.21.15.71:6818/509932686,v1:172.21.15.71:6819/509932686]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-21T11:45:13.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:12.196937+0000 mon.smithi071 (mon.0) 429 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-01-21T11:45:13.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:12.197696+0000 mon.smithi071 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:13.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:12.198012+0000 mon.smithi071 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:13.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:12.198222+0000 mon.smithi071 (mon.0) 432 : audit [INF] from='osd.5 [v2:172.21.15.71:6818/509932686,v1:172.21.15.71:6819/509932686]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-21T11:45:13.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:12.198522+0000 mon.smithi071 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:13.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:12.328361+0000 mon.smithi204 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.204:6824/2648856398,v1:172.21.15.204:6825/2648856398]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T11:45:13.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:12.328740+0000 mon.smithi071 (mon.0) 434 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T11:45:13.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:13.196480+0000 mon.smithi071 (mon.0) 435 : audit [INF] from='osd.5 [v2:172.21.15.71:6818/509932686,v1:172.21.15.71:6819/509932686]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-21T11:45:13.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:13.196527+0000 mon.smithi071 (mon.0) 436 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-21T11:45:13.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:13.196565+0000 mon.smithi071 (mon.0) 437 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-01-21T11:45:13.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:13.196669+0000 mon.smithi071 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:13.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:13.196983+0000 mon.smithi071 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:13.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:13.197374+0000 mon.smithi204 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.204:6824/2648856398,v1:172.21.15.204:6825/2648856398]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-01-21T11:45:13.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:13.197396+0000 mon.smithi071 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:13.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:13.197690+0000 mon.smithi071 (mon.0) 441 : 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-21T11:45:13.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:13.199790+0000 mon.smithi071 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:13.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:12.196871+0000 mon.smithi071 (mon.0) 428 : audit [INF] from='osd.5 [v2:172.21.15.71:6818/509932686,v1:172.21.15.71:6819/509932686]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-21T11:45:13.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:12.196937+0000 mon.smithi071 (mon.0) 429 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-01-21T11:45:13.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:12.197696+0000 mon.smithi071 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:13.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:12.198012+0000 mon.smithi071 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:13.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:12.198222+0000 mon.smithi071 (mon.0) 432 : audit [INF] from='osd.5 [v2:172.21.15.71:6818/509932686,v1:172.21.15.71:6819/509932686]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-21T11:45:13.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:12.198522+0000 mon.smithi071 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:13.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:12.328361+0000 mon.smithi204 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.204:6824/2648856398,v1:172.21.15.204:6825/2648856398]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T11:45:13.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:12.328740+0000 mon.smithi071 (mon.0) 434 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T11:45:13.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:13.196480+0000 mon.smithi071 (mon.0) 435 : audit [INF] from='osd.5 [v2:172.21.15.71:6818/509932686,v1:172.21.15.71:6819/509932686]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-21T11:45:13.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:13.196527+0000 mon.smithi071 (mon.0) 436 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-21T11:45:13.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:13.196565+0000 mon.smithi071 (mon.0) 437 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-01-21T11:45:13.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:13.196669+0000 mon.smithi071 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:13.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:13.196983+0000 mon.smithi071 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:13.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:13.197374+0000 mon.smithi204 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.204:6824/2648856398,v1:172.21.15.204:6825/2648856398]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-01-21T11:45:13.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:13.197396+0000 mon.smithi071 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:13.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:13.197690+0000 mon.smithi071 (mon.0) 441 : 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-21T11:45:13.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:13.199790+0000 mon.smithi071 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:13.907 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:45:14.307 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":25,"num_osds":8,"num_up_osds":5,"osd_up_since":1705837510,"num_in_osds":8,"osd_in_since":1705837490,"num_remapped_pgs":0} 2024-01-21T11:45:14.497 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:13.072693+0000 mgr.smithi071.edbdnh (mgr.14180) 57 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T11:45:14.497 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:13.906523+0000 mon.smithi071 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.71:0/2439175025' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:45:14.497 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:14.198038+0000 mon.smithi071 (mon.0) 444 : 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-21T11:45:14.497 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:14.198094+0000 mon.smithi071 (mon.0) 445 : cluster [INF] osd.5 [v2:172.21.15.71:6818/509932686,v1:172.21.15.71:6819/509932686] boot 2024-01-21T11:45:14.497 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:14.198124+0000 mon.smithi071 (mon.0) 446 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2024-01-21T11:45:14.498 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:14.198389+0000 mon.smithi071 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:14.498 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:14.198585+0000 mon.smithi071 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:14.498 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:14.198743+0000 mon.smithi071 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:14.498 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:14.202550+0000 mon.smithi071 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:14.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:13.072693+0000 mgr.smithi071.edbdnh (mgr.14180) 57 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T11:45:14.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:13.906523+0000 mon.smithi071 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.71:0/2439175025' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:45:14.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:14.198038+0000 mon.smithi071 (mon.0) 444 : 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-21T11:45:14.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:14.198094+0000 mon.smithi071 (mon.0) 445 : cluster [INF] osd.5 [v2:172.21.15.71:6818/509932686,v1:172.21.15.71:6819/509932686] boot 2024-01-21T11:45:14.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:14.198124+0000 mon.smithi071 (mon.0) 446 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2024-01-21T11:45:14.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:14.198389+0000 mon.smithi071 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:45:14.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:14.198585+0000 mon.smithi071 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:14.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:14.198743+0000 mon.smithi071 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:14.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:14.202550+0000 mon.smithi071 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:15.308 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:45:15.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:12.336676+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:45:15.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:12.336721+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:45:15.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:14.521378+0000 mon.smithi071 (mon.0) 451 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:15.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:45:14.522102+0000 mgr.smithi071.edbdnh (mgr.14180) 58 : cephadm [INF] Reconfiguring mon.smithi071 (unknown last config time)... 2024-01-21T11:45:15.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:14.522328+0000 mon.smithi071 (mon.0) 452 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T11:45:15.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:14.522872+0000 mon.smithi071 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T11:45:15.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:14.523318+0000 mon.smithi071 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:15.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:45:14.523747+0000 mgr.smithi071.edbdnh (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon mon.smithi071 on smithi071 2024-01-21T11:45:15.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:15.202857+0000 mon.smithi071 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:15.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:15 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:12.336676+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:45:15.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:15 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:12.336721+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:45:15.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:15 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:14.521378+0000 mon.smithi071 (mon.0) 451 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:15.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:15 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:45:14.522102+0000 mgr.smithi071.edbdnh (mgr.14180) 58 : cephadm [INF] Reconfiguring mon.smithi071 (unknown last config time)... 2024-01-21T11:45:15.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:15 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:14.522328+0000 mon.smithi071 (mon.0) 452 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T11:45:15.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:15 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:14.522872+0000 mon.smithi071 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T11:45:15.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:15 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:14.523318+0000 mon.smithi071 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:15.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:15 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:45:14.523747+0000 mgr.smithi071.edbdnh (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon mon.smithi071 on smithi071 2024-01-21T11:45:15.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:15 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:15.202857+0000 mon.smithi071 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:16.305 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:13.375959+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:45:16.305 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:13.376041+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:45:16.306 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:15.073143+0000 mgr.smithi071.edbdnh (mgr.14180) 60 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T11:45:16.306 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:15.220072+0000 mon.smithi071 (mon.0) 456 : cluster [INF] osd.6 [v2:172.21.15.204:6824/2648856398,v1:172.21.15.204:6825/2648856398] boot 2024-01-21T11:45:16.306 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:15.220099+0000 mon.smithi071 (mon.0) 457 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2024-01-21T11:45:16.306 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:15.220220+0000 mon.smithi071 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:16.306 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:15.220587+0000 mon.smithi071 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:16.306 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:15.263233+0000 mon.smithi071 (mon.0) 460 : audit [INF] from='osd.7 [v2:172.21.15.71:6826/3118484265,v1:172.21.15.71:6827/3118484265]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-21T11:45:16.306 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:15.467405+0000 mon.smithi071 (mon.0) 461 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:16.306 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:45:15.468033+0000 mgr.smithi071.edbdnh (mgr.14180) 61 : cephadm [INF] Reconfiguring mgr.smithi071.edbdnh (unknown last config time)... 2024-01-21T11:45:16.306 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:15.468311+0000 mon.smithi071 (mon.0) 462 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi071.edbdnh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T11:45:16.306 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:15.469110+0000 mon.smithi071 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T11:45:16.306 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:15.469672+0000 mon.smithi071 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:16.307 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:45:15.470158+0000 mgr.smithi071.edbdnh (mgr.14180) 62 : cephadm [INF] Reconfiguring daemon mgr.smithi071.edbdnh on smithi071 2024-01-21T11:45:16.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:13.375959+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:45:16.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:13.376041+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:45:16.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:15.073143+0000 mgr.smithi071.edbdnh (mgr.14180) 60 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T11:45:16.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:15.220072+0000 mon.smithi071 (mon.0) 456 : cluster [INF] osd.6 [v2:172.21.15.204:6824/2648856398,v1:172.21.15.204:6825/2648856398] boot 2024-01-21T11:45:16.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:15.220099+0000 mon.smithi071 (mon.0) 457 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2024-01-21T11:45:16.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:15.220220+0000 mon.smithi071 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:45:16.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:15.220587+0000 mon.smithi071 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:16.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:15.263233+0000 mon.smithi071 (mon.0) 460 : audit [INF] from='osd.7 [v2:172.21.15.71:6826/3118484265,v1:172.21.15.71:6827/3118484265]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-21T11:45:16.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:15.467405+0000 mon.smithi071 (mon.0) 461 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:16.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:45:15.468033+0000 mgr.smithi071.edbdnh (mgr.14180) 61 : cephadm [INF] Reconfiguring mgr.smithi071.edbdnh (unknown last config time)... 2024-01-21T11:45:16.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:15.468311+0000 mon.smithi071 (mon.0) 462 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi071.edbdnh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T11:45:16.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:15.469110+0000 mon.smithi071 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T11:45:16.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:15.469672+0000 mon.smithi071 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:16.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:45:15.470158+0000 mgr.smithi071.edbdnh (mgr.14180) 62 : cephadm [INF] Reconfiguring daemon mgr.smithi071.edbdnh on smithi071 2024-01-21T11:45:16.963 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:45:17.226 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:17 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:16.221463+0000 mon.smithi071 (mon.0) 465 : audit [INF] from='osd.7 [v2:172.21.15.71:6826/3118484265,v1:172.21.15.71:6827/3118484265]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-21T11:45:17.226 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:17 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:16.221505+0000 mon.smithi071 (mon.0) 466 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-01-21T11:45:17.226 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:17 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:16.221823+0000 mon.smithi071 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:17.226 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:17 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:16.222136+0000 mon.smithi071 (mon.0) 468 : audit [INF] from='osd.7 [v2:172.21.15.71:6826/3118484265,v1:172.21.15.71:6827/3118484265]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-21T11:45:17.226 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:17 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:16.564963+0000 mon.smithi071 (mon.0) 469 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:17.226 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:17 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:45:16.565655+0000 mgr.smithi071.edbdnh (mgr.14180) 63 : cephadm [INF] Reconfiguring alertmanager.smithi071 (dependencies changed)... 2024-01-21T11:45:17.227 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:17 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:45:16.571920+0000 mgr.smithi071.edbdnh (mgr.14180) 64 : cephadm [INF] Reconfiguring daemon alertmanager.smithi071 on smithi071 2024-01-21T11:45:17.227 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:17 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:16.963715+0000 mon.smithi071 (mon.0) 470 : audit [DBG] from='client.? 172.21.15.71:0/3736437496' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:45:17.400 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":28,"num_osds":8,"num_up_osds":7,"osd_up_since":1705837515,"num_in_osds":8,"osd_in_since":1705837490,"num_remapped_pgs":0} 2024-01-21T11:45:17.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:17 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:16.221463+0000 mon.smithi071 (mon.0) 465 : audit [INF] from='osd.7 [v2:172.21.15.71:6826/3118484265,v1:172.21.15.71:6827/3118484265]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-21T11:45:17.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:17 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:16.221505+0000 mon.smithi071 (mon.0) 466 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-01-21T11:45:17.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:17 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:16.221823+0000 mon.smithi071 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:17.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:17 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:16.222136+0000 mon.smithi071 (mon.0) 468 : audit [INF] from='osd.7 [v2:172.21.15.71:6826/3118484265,v1:172.21.15.71:6827/3118484265]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-21T11:45:17.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:17 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:16.564963+0000 mon.smithi071 (mon.0) 469 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:17.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:17 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:45:16.565655+0000 mgr.smithi071.edbdnh (mgr.14180) 63 : cephadm [INF] Reconfiguring alertmanager.smithi071 (dependencies changed)... 2024-01-21T11:45:17.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:17 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:45:16.571920+0000 mgr.smithi071.edbdnh (mgr.14180) 64 : cephadm [INF] Reconfiguring daemon alertmanager.smithi071 on smithi071 2024-01-21T11:45:17.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:17 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:16.963715+0000 mon.smithi071 (mon.0) 470 : audit [DBG] from='client.? 172.21.15.71:0/3736437496' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:45:18.402 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:45:18.432 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:17.073600+0000 mgr.smithi071.edbdnh (mgr.14180) 65 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T11:45:18.432 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:17.223108+0000 mon.smithi071 (mon.0) 471 : audit [INF] from='osd.7 [v2:172.21.15.71:6826/3118484265,v1:172.21.15.71:6827/3118484265]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-21T11:45:18.432 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:17.223154+0000 mon.smithi071 (mon.0) 472 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-01-21T11:45:18.432 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:17.223282+0000 mon.smithi071 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:18.432 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:17.227790+0000 mon.smithi071 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:18.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:17.073600+0000 mgr.smithi071.edbdnh (mgr.14180) 65 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T11:45:18.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:17.223108+0000 mon.smithi071 (mon.0) 471 : audit [INF] from='osd.7 [v2:172.21.15.71:6826/3118484265,v1:172.21.15.71:6827/3118484265]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-21T11:45:18.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:17.223154+0000 mon.smithi071 (mon.0) 472 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-01-21T11:45:18.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:17.223282+0000 mon.smithi071 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:18.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:17.227790+0000 mon.smithi071 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:19.235 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:16.267152+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:45:19.236 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:16.267223+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:45:19.236 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:18.226068+0000 mon.smithi071 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:19.236 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:18.228404+0000 mon.smithi071 (mon.0) 476 : cluster [INF] osd.7 [v2:172.21.15.71:6826/3118484265,v1:172.21.15.71:6827/3118484265] boot 2024-01-21T11:45:19.236 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:18.228436+0000 mon.smithi071 (mon.0) 477 : cluster [DBG] osdmap e30: 8 total, 8 up, 8 in 2024-01-21T11:45:19.236 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:18.228841+0000 mon.smithi071 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:19.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:16.267152+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:45:19.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:16.267223+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:45:19.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:18.226068+0000 mon.smithi071 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:19.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:18.228404+0000 mon.smithi071 (mon.0) 476 : cluster [INF] osd.7 [v2:172.21.15.71:6826/3118484265,v1:172.21.15.71:6827/3118484265] boot 2024-01-21T11:45:19.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:18.228436+0000 mon.smithi071 (mon.0) 477 : cluster [DBG] osdmap e30: 8 total, 8 up, 8 in 2024-01-21T11:45:19.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:18.228841+0000 mon.smithi071 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:45:20.022 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:45:20.554 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:19.073914+0000 mgr.smithi071.edbdnh (mgr.14180) 66 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T11:45:20.554 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:19.237198+0000 mon.smithi071 (mon.0) 479 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2024-01-21T11:45:20.554 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:19.866481+0000 mon.smithi071 (mon.0) 480 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:20.554 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:45:19.867190+0000 mgr.smithi071.edbdnh (mgr.14180) 67 : cephadm [INF] Reconfiguring crash.smithi071 (monmap changed)... 2024-01-21T11:45:20.554 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:19.867423+0000 mon.smithi071 (mon.0) 481 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi071", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T11:45:20.554 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:19.868029+0000 mon.smithi071 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:20.554 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:45:19.868487+0000 mgr.smithi071.edbdnh (mgr.14180) 68 : cephadm [INF] Reconfiguring daemon crash.smithi071 on smithi071 2024-01-21T11:45:20.554 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:20.022315+0000 mon.smithi204 (mon.1) 18 : audit [DBG] from='client.? 172.21.15.71:0/1852843744' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:45:20.581 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":31,"num_osds":8,"num_up_osds":8,"osd_up_since":1705837518,"num_in_osds":8,"osd_in_since":1705837490,"num_remapped_pgs":0} 2024-01-21T11:45:20.582 INFO:tasks.cephadm:Setting up client nodes... 2024-01-21T11:45:20.582 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-21T11:45:20.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:19.073914+0000 mgr.smithi071.edbdnh (mgr.14180) 66 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T11:45:20.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:19.237198+0000 mon.smithi071 (mon.0) 479 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2024-01-21T11:45:20.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:19.866481+0000 mon.smithi071 (mon.0) 480 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:20.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:45:19.867190+0000 mgr.smithi071.edbdnh (mgr.14180) 67 : cephadm [INF] Reconfiguring crash.smithi071 (monmap changed)... 2024-01-21T11:45:20.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:19.867423+0000 mon.smithi071 (mon.0) 481 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi071", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T11:45:20.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:19.868029+0000 mon.smithi071 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:20.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:45:19.868487+0000 mgr.smithi071.edbdnh (mgr.14180) 68 : cephadm [INF] Reconfiguring daemon crash.smithi071 on smithi071 2024-01-21T11:45:20.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:20.022315+0000 mon.smithi204 (mon.1) 18 : audit [DBG] from='client.? 172.21.15.71:0/1852843744' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:45:21.548 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:20.241928+0000 mon.smithi071 (mon.0) 483 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-01-21T11:45:21.548 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:21.022277+0000 mon.smithi071 (mon.0) 484 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:21.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:20.241928+0000 mon.smithi071 (mon.0) 483 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-01-21T11:45:21.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:21.022277+0000 mon.smithi071 (mon.0) 484 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:22.104 INFO:teuthology.orchestra.run.smithi071.stdout:[client.0] 2024-01-21T11:45:22.104 INFO:teuthology.orchestra.run.smithi071.stdout: key = AQDSA61lvyH6BRAA3PUlspWjU6Vtje4r2YgVRA== 2024-01-21T11:45:22.479 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:45:21.022937+0000 mgr.smithi071.edbdnh (mgr.14180) 69 : cephadm [INF] Reconfiguring grafana.smithi071 (dependencies changed)... 2024-01-21T11:45:22.479 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:45:21.065777+0000 mgr.smithi071.edbdnh (mgr.14180) 70 : cephadm [INF] Reconfiguring daemon grafana.smithi071 on smithi071 2024-01-21T11:45:22.479 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:21.074171+0000 mgr.smithi071.edbdnh (mgr.14180) 71 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:22.479 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:22.100108+0000 mon.smithi071 (mon.0) 485 : audit [INF] from='client.? 172.21.15.71:0/808697383' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T11:45:22.479 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:22.104245+0000 mon.smithi071 (mon.0) 486 : audit [INF] from='client.? 172.21.15.71:0/808697383' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-21T11:45:22.497 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-21T11:45:22.497 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-21T11:45:22.497 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-21T11:45:22.537 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-21T11:45:22.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:45:21.022937+0000 mgr.smithi071.edbdnh (mgr.14180) 69 : cephadm [INF] Reconfiguring grafana.smithi071 (dependencies changed)... 2024-01-21T11:45:22.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:45:21.065777+0000 mgr.smithi071.edbdnh (mgr.14180) 70 : cephadm [INF] Reconfiguring daemon grafana.smithi071 on smithi071 2024-01-21T11:45:22.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:21.074171+0000 mgr.smithi071.edbdnh (mgr.14180) 71 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:22.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:22.100108+0000 mon.smithi071 (mon.0) 485 : audit [INF] from='client.? 172.21.15.71:0/808697383' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T11:45:22.571 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:22.104245+0000 mon.smithi071 (mon.0) 486 : audit [INF] from='client.? 172.21.15.71:0/808697383' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-21T11:45:24.205 INFO:teuthology.orchestra.run.smithi204.stdout:[client.1] 2024-01-21T11:45:24.205 INFO:teuthology.orchestra.run.smithi204.stdout: key = AQDUA61l3yrvCxAAgMefXmbtjCVpywoClO6V7w== 2024-01-21T11:45:24.567 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-01-21T11:45:24.567 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-21T11:45:24.567 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-21T11:45:24.646 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T11:45:25.203 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/mon.smithi071/config 2024-01-21T11:45:25.305 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:23.074468+0000 mgr.smithi071.edbdnh (mgr.14180) 72 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:25.305 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:23.902341+0000 mon.smithi071 (mon.0) 487 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:25.305 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:45:23.903076+0000 mgr.smithi071.edbdnh (mgr.14180) 73 : cephadm [INF] Reconfiguring prometheus.smithi071 (dependencies changed)... 2024-01-21T11:45:25.305 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:24.199625+0000 mon.smithi204 (mon.1) 19 : audit [INF] from='client.? 172.21.15.204:0/3138875524' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T11:45:25.305 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:24.200083+0000 mon.smithi071 (mon.0) 488 : 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-21T11:45:25.305 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:24.203415+0000 mon.smithi071 (mon.0) 489 : 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-21T11:45:25.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:23.074468+0000 mgr.smithi071.edbdnh (mgr.14180) 72 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:25.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:23.902341+0000 mon.smithi071 (mon.0) 487 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:25.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:45:23.903076+0000 mgr.smithi071.edbdnh (mgr.14180) 73 : cephadm [INF] Reconfiguring prometheus.smithi071 (dependencies changed)... 2024-01-21T11:45:25.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:24.199625+0000 mon.smithi204 (mon.1) 19 : audit [INF] from='client.? 172.21.15.204:0/3138875524' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T11:45:25.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:24.200083+0000 mon.smithi071 (mon.0) 488 : 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-21T11:45:25.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:24.203415+0000 mon.smithi071 (mon.0) 489 : 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-21T11:45:26.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:45:23.906317+0000 mgr.smithi071.edbdnh (mgr.14180) 74 : cephadm [INF] Reconfiguring daemon prometheus.smithi071 on smithi071 2024-01-21T11:45:26.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:25 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:45:23.906317+0000 mgr.smithi071.edbdnh (mgr.14180) 74 : cephadm [INF] Reconfiguring daemon prometheus.smithi071 on smithi071 2024-01-21T11:45:26.601 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:45:26.601 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":32,"fsid":"1690d858-b852-11ee-95b0-87774f69a715","created":"2024-01-21T11:42:33.838936+0000","modified":"2024-01-21T11:45:20.235042+0000","last_up_change":"2024-01-21T11:45:18.224685+0000","last_in_change":"2024-01-21T11:44:50.015656+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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-21T11:45:08.083575+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"e96cae68-45b4-4746-86d8-daca0da135c5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6800","nonce":2382751043},{"type":"v1","addr":"172.21.15.204:6801","nonce":2382751043}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":2382751043},{"type":"v1","addr":"172.21.15.204:6803","nonce":2382751043}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":2382751043},{"type":"v1","addr":"172.21.15.204:6807","nonce":2382751043}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":2382751043},{"type":"v1","addr":"172.21.15.204:6805","nonce":2382751043}]},"public_addr":"172.21.15.204:6801/2382751043","cluster_addr":"172.21.15.204:6803/2382751043","heartbeat_back_addr":"172.21.15.204:6807/2382751043","heartbeat_front_addr":"172.21.15.204:6805/2382751043","state":["exists","up"]},{"osd":1,"uuid":"fe7119bd-f920-4153-876f-1c111bdaec7e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":389299725},{"type":"v1","addr":"172.21.15.71:6803","nonce":389299725}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":389299725},{"type":"v1","addr":"172.21.15.71:6805","nonce":389299725}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":389299725},{"type":"v1","addr":"172.21.15.71:6809","nonce":389299725}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":389299725},{"type":"v1","addr":"172.21.15.71:6807","nonce":389299725}]},"public_addr":"172.21.15.71:6803/389299725","cluster_addr":"172.21.15.71:6805/389299725","heartbeat_back_addr":"172.21.15.71:6809/389299725","heartbeat_front_addr":"172.21.15.71:6807/389299725","state":["exists","up"]},{"osd":2,"uuid":"6d6f1141-66c7-4f0e-a0b4-d152beb0008f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6808","nonce":3040077711},{"type":"v1","addr":"172.21.15.204:6809","nonce":3040077711}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6810","nonce":3040077711},{"type":"v1","addr":"172.21.15.204:6811","nonce":3040077711}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6814","nonce":3040077711},{"type":"v1","addr":"172.21.15.204:6815","nonce":3040077711}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6812","nonce":3040077711},{"type":"v1","addr":"172.21.15.204:6813","nonce":3040077711}]},"public_addr":"172.21.15.204:6809/3040077711","cluster_addr":"172.21.15.204:6811/3040077711","heartbeat_back_addr":"172.21.15.204:6815/3040077711","heartbeat_front_addr":"172.21.15.204:6813/3040077711","state":["exists","up"]},{"osd":3,"uuid":"e5ef9d4f-8463-4f81-920c-fcf07492c077","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.71:6810","nonce":1103762326},{"type":"v1","addr":"172.21.15.71:6811","nonce":1103762326}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":1103762326},{"type":"v1","addr":"172.21.15.71:6813","nonce":1103762326}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":1103762326},{"type":"v1","addr":"172.21.15.71:6817","nonce":1103762326}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":1103762326},{"type":"v1","addr":"172.21.15.71:6815","nonce":1103762326}]},"public_addr":"172.21.15.71:6811/1103762326","cluster_addr":"172.21.15.71:6813/1103762326","heartbeat_back_addr":"172.21.15.71:6817/1103762326","heartbeat_front_addr":"172.21.15.71:6815/1103762326","state":["exists","up"]},{"osd":4,"uuid":"2114b314-17d3-4d42-883e-02acc03887c3","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.204:6816","nonce":3857979899},{"type":"v1","addr":"172.21.15.204:6817","nonce":3857979899}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6818","nonce":3857979899},{"type":"v1","addr":"172.21.15.204:6819","nonce":3857979899}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6822","nonce":3857979899},{"type":"v1","addr":"172.21.15.204:6823","nonce":3857979899}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6820","nonce":3857979899},{"type":"v1","addr":"172.21.15.204:6821","nonce":3857979899}]},"public_addr":"172.21.15.204:6817/3857979899","cluster_addr":"172.21.15.204:6819/3857979899","heartbeat_back_addr":"172.21.15.204:6823/3857979899","heartbeat_front_addr":"172.21.15.204:6821/3857979899","state":["exists","up"]},{"osd":5,"uuid":"6d228b3e-4570-4d84-a199-20c557c14d31","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.71:6818","nonce":509932686},{"type":"v1","addr":"172.21.15.71:6819","nonce":509932686}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":509932686},{"type":"v1","addr":"172.21.15.71:6821","nonce":509932686}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":509932686},{"type":"v1","addr":"172.21.15.71:6825","nonce":509932686}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":509932686},{"type":"v1","addr":"172.21.15.71:6823","nonce":509932686}]},"public_addr":"172.21.15.71:6819/509932686","cluster_addr":"172.21.15.71:6821/509932686","heartbeat_back_addr":"172.21.15.71:6825/509932686","heartbeat_front_addr":"172.21.15.71:6823/509932686","state":["exists","up"]},{"osd":6,"uuid":"5fda037e-a381-4a40-a09f-412ae7887055","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.204:6824","nonce":2648856398},{"type":"v1","addr":"172.21.15.204:6825","nonce":2648856398}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6826","nonce":2648856398},{"type":"v1","addr":"172.21.15.204:6827","nonce":2648856398}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6830","nonce":2648856398},{"type":"v1","addr":"172.21.15.204:6831","nonce":2648856398}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6828","nonce":2648856398},{"type":"v1","addr":"172.21.15.204:6829","nonce":2648856398}]},"public_addr":"172.21.15.204:6825/2648856398","cluster_addr":"172.21.15.204:6827/2648856398","heartbeat_back_addr":"172.21.15.204:6831/2648856398","heartbeat_front_addr":"172.21.15.204:6829/2648856398","state":["exists","up"]},{"osd":7,"uuid":"ad737a9f-e53f-40da-9b7e-8d9bdab872d2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":3118484265},{"type":"v1","addr":"172.21.15.71:6827","nonce":3118484265}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":3118484265},{"type":"v1","addr":"172.21.15.71:6829","nonce":3118484265}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":3118484265},{"type":"v1","addr":"172.21.15.71:6833","nonce":3118484265}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":3118484265},{"type":"v1","addr":"172.21.15.71:6831","nonce":3118484265}]},"public_addr":"172.21.15.71:6827/3118484265","cluster_addr":"172.21.15.71:6829/3118484265","heartbeat_back_addr":"172.21.15.71:6833/3118484265","heartbeat_front_addr":"172.21.15.71:6831/3118484265","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-21T11:45:02.446875+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-21T11:45:04.021744+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-21T11:45:06.211992+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-21T11:45:08.166122+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-21T11:45:09.732918+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-21T11:45:12.336723+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-21T11:45:13.376046+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-21T11:45:16.267225+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:6801/1340167147":"2024-01-22T11:43:57.057270+0000","172.21.15.71:6800/1340167147":"2024-01-22T11:43:57.057270+0000","172.21.15.71:0/3028068341":"2024-01-22T11:43:57.057270+0000","172.21.15.71:0/4163629033":"2024-01-22T11:43:21.531271+0000","172.21.15.71:6801/523877302":"2024-01-22T11:43:21.531271+0000","172.21.15.71:6800/1504987417":"2024-01-22T11:42:53.467049+0000","172.21.15.71:0/3889184336":"2024-01-22T11:43:21.531271+0000","172.21.15.71:6801/1504987417":"2024-01-22T11:42:53.467049+0000","172.21.15.71:0/1095532952":"2024-01-22T11:42:53.467049+0000","172.21.15.71:0/469938710":"2024-01-22T11:43:57.057270+0000","172.21.15.71:6800/523877302":"2024-01-22T11:43:21.531271+0000","172.21.15.71:0/1562552289":"2024-01-22T11:42:53.467049+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-21T11:45:27.031 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-21T11:45:08.083575+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '24', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-01-21T11:45:27.031 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-21T11:45:27.192 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:25.074919+0000 mgr.smithi071.edbdnh (mgr.14180) 75 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:27.192 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:26.600565+0000 mon.smithi071 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.71:0/4203424569' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T11:45:27.192 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:26.714421+0000 mon.smithi071 (mon.0) 491 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:27.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:26.715464+0000 mon.smithi071 (mon.0) 492 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi204", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T11:45:27.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:26.716078+0000 mon.smithi071 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:27.218 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:25.074919+0000 mgr.smithi071.edbdnh (mgr.14180) 75 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:27.218 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:26.600565+0000 mon.smithi071 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.71:0/4203424569' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T11:45:27.218 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:26.714421+0000 mon.smithi071 (mon.0) 491 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:27.218 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:26.715464+0000 mon.smithi071 (mon.0) 492 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi204", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T11:45:27.218 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:26.716078+0000 mon.smithi071 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:27.299 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/mon.smithi071/config 2024-01-21T11:45:28.179 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:45:26.715197+0000 mgr.smithi071.edbdnh (mgr.14180) 76 : cephadm [INF] Reconfiguring crash.smithi204 (monmap changed)... 2024-01-21T11:45:28.179 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:45:26.716509+0000 mgr.smithi071.edbdnh (mgr.14180) 77 : cephadm [INF] Reconfiguring daemon crash.smithi204 on smithi204 2024-01-21T11:45:28.179 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:27.075277+0000 mgr.smithi071.edbdnh (mgr.14180) 78 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:28.179 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:27.583262+0000 mon.smithi071 (mon.0) 494 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:28.179 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:45:27.583878+0000 mgr.smithi071.edbdnh (mgr.14180) 79 : cephadm [INF] Reconfiguring mgr.smithi204.htiyyg (monmap changed)... 2024-01-21T11:45:28.179 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:27.584150+0000 mon.smithi071 (mon.0) 495 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi204.htiyyg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T11:45:28.179 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:27.584985+0000 mon.smithi071 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T11:45:28.179 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:27.585580+0000 mon.smithi071 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:28.179 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:45:27.586163+0000 mgr.smithi071.edbdnh (mgr.14180) 80 : cephadm [INF] Reconfiguring daemon mgr.smithi204.htiyyg on smithi204 2024-01-21T11:45:28.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:45:26.715197+0000 mgr.smithi071.edbdnh (mgr.14180) 76 : cephadm [INF] Reconfiguring crash.smithi204 (monmap changed)... 2024-01-21T11:45:28.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:45:26.716509+0000 mgr.smithi071.edbdnh (mgr.14180) 77 : cephadm [INF] Reconfiguring daemon crash.smithi204 on smithi204 2024-01-21T11:45:28.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:27.075277+0000 mgr.smithi071.edbdnh (mgr.14180) 78 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:28.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:27.583262+0000 mon.smithi071 (mon.0) 494 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:28.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:45:27.583878+0000 mgr.smithi071.edbdnh (mgr.14180) 79 : cephadm [INF] Reconfiguring mgr.smithi204.htiyyg (monmap changed)... 2024-01-21T11:45:28.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:27.584150+0000 mon.smithi071 (mon.0) 495 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi204.htiyyg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T11:45:28.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:27.584985+0000 mon.smithi071 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T11:45:28.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:27.585580+0000 mon.smithi071 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:28.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:45:27.586163+0000 mgr.smithi071.edbdnh (mgr.14180) 80 : cephadm [INF] Reconfiguring daemon mgr.smithi204.htiyyg on smithi204 2024-01-21T11:45:28.388 INFO:teuthology.orchestra.run.smithi071.stdout:pg_num: 1 2024-01-21T11:45:28.745 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-21T11:45:28.746 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-21T11:45:28.746 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph mgr dump --format=json 2024-01-21T11:45:29.008 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/mon.smithi071/config 2024-01-21T11:45:29.020 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:28.389077+0000 mon.smithi071 (mon.0) 498 : audit [DBG] from='client.? 172.21.15.71:0/470209758' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-21T11:45:29.020 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:28.428779+0000 mon.smithi071 (mon.0) 499 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:29.020 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:45:28.429340+0000 mgr.smithi071.edbdnh (mgr.14180) 81 : cephadm [INF] Reconfiguring mon.smithi204 (monmap changed)... 2024-01-21T11:45:29.020 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:28.429546+0000 mon.smithi071 (mon.0) 500 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T11:45:29.020 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:28.430102+0000 mon.smithi071 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T11:45:29.020 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:28.430607+0000 mon.smithi071 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:29.020 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:45:28.431074+0000 mgr.smithi071.edbdnh (mgr.14180) 82 : cephadm [INF] Reconfiguring daemon mon.smithi204 on smithi204 2024-01-21T11:45:29.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:28.389077+0000 mon.smithi071 (mon.0) 498 : audit [DBG] from='client.? 172.21.15.71:0/470209758' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-21T11:45:29.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:28.428779+0000 mon.smithi071 (mon.0) 499 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:29.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:45:28.429340+0000 mgr.smithi071.edbdnh (mgr.14180) 81 : cephadm [INF] Reconfiguring mon.smithi204 (monmap changed)... 2024-01-21T11:45:29.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:28.429546+0000 mon.smithi071 (mon.0) 500 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T11:45:29.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:28.430102+0000 mon.smithi071 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T11:45:29.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:28.430607+0000 mon.smithi071 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:29.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:45:28.431074+0000 mgr.smithi071.edbdnh (mgr.14180) 82 : cephadm [INF] Reconfiguring daemon mon.smithi204 on smithi204 2024-01-21T11:45:30.162 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:45:30.457 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:29.075617+0000 mgr.smithi071.edbdnh (mgr.14180) 83 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:30.457 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:29.264162+0000 mon.smithi071 (mon.0) 503 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:30.457 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:29.267140+0000 mon.smithi071 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T11:45:30.457 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:29.267486+0000 mgr.smithi071.edbdnh (mgr.14180) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T11:45:30.457 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:29.268397+0000 mon.smithi071 (mon.0) 505 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T11:45:30.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:29.268672+0000 mgr.smithi071.edbdnh (mgr.14180) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T11:45:30.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:29.274363+0000 mon.smithi071 (mon.0) 506 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:30.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:29.278348+0000 mon.smithi071 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T11:45:30.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:29.278691+0000 mgr.smithi071.edbdnh (mgr.14180) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T11:45:30.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:29.283715+0000 mon.smithi071 (mon.0) 508 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi071.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T11:45:30.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:29.284023+0000 mgr.smithi071.edbdnh (mgr.14180) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi071.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T11:45:30.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:29.289868+0000 mon.smithi071 (mon.0) 509 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:30.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:29.295886+0000 mon.smithi071 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T11:45:30.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:29.296292+0000 mgr.smithi071.edbdnh (mgr.14180) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T11:45:30.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:29.298783+0000 mon.smithi071 (mon.0) 511 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi071.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T11:45:30.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:29.299120+0000 mgr.smithi071.edbdnh (mgr.14180) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi071.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T11:45:30.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:29.305227+0000 mon.smithi071 (mon.0) 512 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:30.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:29.306841+0000 mon.smithi071 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:45:30.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:30.157411+0000 mon.smithi071 (mon.0) 514 : audit [DBG] from='client.? 172.21.15.71:0/1400793452' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-21T11:45:30.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:29.075617+0000 mgr.smithi071.edbdnh (mgr.14180) 83 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:30.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:29.264162+0000 mon.smithi071 (mon.0) 503 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:30.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:29.267140+0000 mon.smithi071 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T11:45:30.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:29.267486+0000 mgr.smithi071.edbdnh (mgr.14180) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T11:45:30.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:29.268397+0000 mon.smithi071 (mon.0) 505 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T11:45:30.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:29.268672+0000 mgr.smithi071.edbdnh (mgr.14180) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T11:45:30.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:29.274363+0000 mon.smithi071 (mon.0) 506 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:30.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:29.278348+0000 mon.smithi071 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T11:45:30.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:29.278691+0000 mgr.smithi071.edbdnh (mgr.14180) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T11:45:30.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:29.283715+0000 mon.smithi071 (mon.0) 508 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi071.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T11:45:30.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:29.284023+0000 mgr.smithi071.edbdnh (mgr.14180) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi071.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T11:45:30.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:29.289868+0000 mon.smithi071 (mon.0) 509 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:30.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:29.295886+0000 mon.smithi071 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T11:45:30.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:29.296292+0000 mgr.smithi071.edbdnh (mgr.14180) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T11:45:30.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:29.298783+0000 mon.smithi071 (mon.0) 511 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi071.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T11:45:30.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:29.299120+0000 mgr.smithi071.edbdnh (mgr.14180) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi071.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T11:45:30.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:29.305227+0000 mon.smithi071 (mon.0) 512 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:30.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:29.306841+0000 mon.smithi071 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:45:30.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:30.157411+0000 mon.smithi071 (mon.0) 514 : audit [DBG] from='client.? 172.21.15.71:0/1400793452' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-21T11:45:30.656 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi071.edbdnh","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6800","nonce":2700850730},{"type":"v1","addr":"172.21.15.71:6801","nonce":2700850730}]},"active_addr":"172.21.15.71:6801/2700850730","active_change":"2024-01-21T11:43:57.057406+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14200,"name":"smithi204.htiyyg","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.71:8443/","prometheus":"http://172.21.15.71: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.71:0","nonce":4124615413}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":1196553122}]}]} 2024-01-21T11:45:30.660 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-21T11:45:30.660 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-21T11:45:30.660 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T11:45:30.985 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/mon.smithi071/config 2024-01-21T11:45:31.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:31 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:30.650687+0000 mon.smithi071 (mon.0) 515 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:32.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:31 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:30.650687+0000 mon.smithi071 (mon.0) 515 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:32.234 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:45:32.234 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":32,"fsid":"1690d858-b852-11ee-95b0-87774f69a715","created":"2024-01-21T11:42:33.838936+0000","modified":"2024-01-21T11:45:20.235042+0000","last_up_change":"2024-01-21T11:45:18.224685+0000","last_in_change":"2024-01-21T11:44:50.015656+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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-21T11:45:08.083575+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"e96cae68-45b4-4746-86d8-daca0da135c5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6800","nonce":2382751043},{"type":"v1","addr":"172.21.15.204:6801","nonce":2382751043}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":2382751043},{"type":"v1","addr":"172.21.15.204:6803","nonce":2382751043}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":2382751043},{"type":"v1","addr":"172.21.15.204:6807","nonce":2382751043}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":2382751043},{"type":"v1","addr":"172.21.15.204:6805","nonce":2382751043}]},"public_addr":"172.21.15.204:6801/2382751043","cluster_addr":"172.21.15.204:6803/2382751043","heartbeat_back_addr":"172.21.15.204:6807/2382751043","heartbeat_front_addr":"172.21.15.204:6805/2382751043","state":["exists","up"]},{"osd":1,"uuid":"fe7119bd-f920-4153-876f-1c111bdaec7e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":389299725},{"type":"v1","addr":"172.21.15.71:6803","nonce":389299725}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":389299725},{"type":"v1","addr":"172.21.15.71:6805","nonce":389299725}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":389299725},{"type":"v1","addr":"172.21.15.71:6809","nonce":389299725}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":389299725},{"type":"v1","addr":"172.21.15.71:6807","nonce":389299725}]},"public_addr":"172.21.15.71:6803/389299725","cluster_addr":"172.21.15.71:6805/389299725","heartbeat_back_addr":"172.21.15.71:6809/389299725","heartbeat_front_addr":"172.21.15.71:6807/389299725","state":["exists","up"]},{"osd":2,"uuid":"6d6f1141-66c7-4f0e-a0b4-d152beb0008f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6808","nonce":3040077711},{"type":"v1","addr":"172.21.15.204:6809","nonce":3040077711}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6810","nonce":3040077711},{"type":"v1","addr":"172.21.15.204:6811","nonce":3040077711}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6814","nonce":3040077711},{"type":"v1","addr":"172.21.15.204:6815","nonce":3040077711}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6812","nonce":3040077711},{"type":"v1","addr":"172.21.15.204:6813","nonce":3040077711}]},"public_addr":"172.21.15.204:6809/3040077711","cluster_addr":"172.21.15.204:6811/3040077711","heartbeat_back_addr":"172.21.15.204:6815/3040077711","heartbeat_front_addr":"172.21.15.204:6813/3040077711","state":["exists","up"]},{"osd":3,"uuid":"e5ef9d4f-8463-4f81-920c-fcf07492c077","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.71:6810","nonce":1103762326},{"type":"v1","addr":"172.21.15.71:6811","nonce":1103762326}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":1103762326},{"type":"v1","addr":"172.21.15.71:6813","nonce":1103762326}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":1103762326},{"type":"v1","addr":"172.21.15.71:6817","nonce":1103762326}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":1103762326},{"type":"v1","addr":"172.21.15.71:6815","nonce":1103762326}]},"public_addr":"172.21.15.71:6811/1103762326","cluster_addr":"172.21.15.71:6813/1103762326","heartbeat_back_addr":"172.21.15.71:6817/1103762326","heartbeat_front_addr":"172.21.15.71:6815/1103762326","state":["exists","up"]},{"osd":4,"uuid":"2114b314-17d3-4d42-883e-02acc03887c3","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.204:6816","nonce":3857979899},{"type":"v1","addr":"172.21.15.204:6817","nonce":3857979899}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6818","nonce":3857979899},{"type":"v1","addr":"172.21.15.204:6819","nonce":3857979899}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6822","nonce":3857979899},{"type":"v1","addr":"172.21.15.204:6823","nonce":3857979899}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6820","nonce":3857979899},{"type":"v1","addr":"172.21.15.204:6821","nonce":3857979899}]},"public_addr":"172.21.15.204:6817/3857979899","cluster_addr":"172.21.15.204:6819/3857979899","heartbeat_back_addr":"172.21.15.204:6823/3857979899","heartbeat_front_addr":"172.21.15.204:6821/3857979899","state":["exists","up"]},{"osd":5,"uuid":"6d228b3e-4570-4d84-a199-20c557c14d31","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.71:6818","nonce":509932686},{"type":"v1","addr":"172.21.15.71:6819","nonce":509932686}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":509932686},{"type":"v1","addr":"172.21.15.71:6821","nonce":509932686}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":509932686},{"type":"v1","addr":"172.21.15.71:6825","nonce":509932686}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":509932686},{"type":"v1","addr":"172.21.15.71:6823","nonce":509932686}]},"public_addr":"172.21.15.71:6819/509932686","cluster_addr":"172.21.15.71:6821/509932686","heartbeat_back_addr":"172.21.15.71:6825/509932686","heartbeat_front_addr":"172.21.15.71:6823/509932686","state":["exists","up"]},{"osd":6,"uuid":"5fda037e-a381-4a40-a09f-412ae7887055","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.204:6824","nonce":2648856398},{"type":"v1","addr":"172.21.15.204:6825","nonce":2648856398}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6826","nonce":2648856398},{"type":"v1","addr":"172.21.15.204:6827","nonce":2648856398}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6830","nonce":2648856398},{"type":"v1","addr":"172.21.15.204:6831","nonce":2648856398}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6828","nonce":2648856398},{"type":"v1","addr":"172.21.15.204:6829","nonce":2648856398}]},"public_addr":"172.21.15.204:6825/2648856398","cluster_addr":"172.21.15.204:6827/2648856398","heartbeat_back_addr":"172.21.15.204:6831/2648856398","heartbeat_front_addr":"172.21.15.204:6829/2648856398","state":["exists","up"]},{"osd":7,"uuid":"ad737a9f-e53f-40da-9b7e-8d9bdab872d2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":3118484265},{"type":"v1","addr":"172.21.15.71:6827","nonce":3118484265}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":3118484265},{"type":"v1","addr":"172.21.15.71:6829","nonce":3118484265}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":3118484265},{"type":"v1","addr":"172.21.15.71:6833","nonce":3118484265}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":3118484265},{"type":"v1","addr":"172.21.15.71:6831","nonce":3118484265}]},"public_addr":"172.21.15.71:6827/3118484265","cluster_addr":"172.21.15.71:6829/3118484265","heartbeat_back_addr":"172.21.15.71:6833/3118484265","heartbeat_front_addr":"172.21.15.71:6831/3118484265","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-21T11:45:02.446875+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-21T11:45:04.021744+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-21T11:45:06.211992+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-21T11:45:08.166122+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-21T11:45:09.732918+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-21T11:45:12.336723+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-21T11:45:13.376046+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-21T11:45:16.267225+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:6801/1340167147":"2024-01-22T11:43:57.057270+0000","172.21.15.71:6800/1340167147":"2024-01-22T11:43:57.057270+0000","172.21.15.71:0/3028068341":"2024-01-22T11:43:57.057270+0000","172.21.15.71:0/4163629033":"2024-01-22T11:43:21.531271+0000","172.21.15.71:6801/523877302":"2024-01-22T11:43:21.531271+0000","172.21.15.71:6800/1504987417":"2024-01-22T11:42:53.467049+0000","172.21.15.71:0/3889184336":"2024-01-22T11:43:21.531271+0000","172.21.15.71:6801/1504987417":"2024-01-22T11:42:53.467049+0000","172.21.15.71:0/1095532952":"2024-01-22T11:42:53.467049+0000","172.21.15.71:0/469938710":"2024-01-22T11:43:57.057270+0000","172.21.15.71:6800/523877302":"2024-01-22T11:43:21.531271+0000","172.21.15.71:0/1562552289":"2024-01-22T11:42:53.467049+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-21T11:45:32.716 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-21T11:45:32.716 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T11:45:32.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:32 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:31.075964+0000 mgr.smithi071.edbdnh (mgr.14180) 90 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:32.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:32 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:32.234318+0000 mon.smithi071 (mon.0) 516 : audit [DBG] from='client.? 172.21.15.71:0/1352750029' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T11:45:32.998 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/mon.smithi071/config 2024-01-21T11:45:33.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:32 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:31.075964+0000 mgr.smithi071.edbdnh (mgr.14180) 90 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:33.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:32 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:32.234318+0000 mon.smithi071 (mon.0) 516 : audit [DBG] from='client.? 172.21.15.71:0/1352750029' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T11:45:34.126 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:33 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:32.859393+0000 mon.smithi071 (mon.0) 517 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:34.127 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:33 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:33.135821+0000 mon.smithi071 (mon.0) 518 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:34.127 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:33 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:33.408922+0000 mon.smithi071 (mon.0) 519 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:45:34.127 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:33 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:33.409488+0000 mon.smithi071 (mon.0) 520 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:45:34.127 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:33 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:33.409953+0000 mon.smithi071 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:45:34.127 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:33 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:33.410412+0000 mon.smithi071 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:45:34.127 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:33 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:33.414380+0000 mon.smithi071 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:34.197 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:45:34.197 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":32,"fsid":"1690d858-b852-11ee-95b0-87774f69a715","created":"2024-01-21T11:42:33.838936+0000","modified":"2024-01-21T11:45:20.235042+0000","last_up_change":"2024-01-21T11:45:18.224685+0000","last_in_change":"2024-01-21T11:44:50.015656+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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-21T11:45:08.083575+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"e96cae68-45b4-4746-86d8-daca0da135c5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6800","nonce":2382751043},{"type":"v1","addr":"172.21.15.204:6801","nonce":2382751043}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":2382751043},{"type":"v1","addr":"172.21.15.204:6803","nonce":2382751043}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":2382751043},{"type":"v1","addr":"172.21.15.204:6807","nonce":2382751043}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":2382751043},{"type":"v1","addr":"172.21.15.204:6805","nonce":2382751043}]},"public_addr":"172.21.15.204:6801/2382751043","cluster_addr":"172.21.15.204:6803/2382751043","heartbeat_back_addr":"172.21.15.204:6807/2382751043","heartbeat_front_addr":"172.21.15.204:6805/2382751043","state":["exists","up"]},{"osd":1,"uuid":"fe7119bd-f920-4153-876f-1c111bdaec7e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":389299725},{"type":"v1","addr":"172.21.15.71:6803","nonce":389299725}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":389299725},{"type":"v1","addr":"172.21.15.71:6805","nonce":389299725}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":389299725},{"type":"v1","addr":"172.21.15.71:6809","nonce":389299725}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":389299725},{"type":"v1","addr":"172.21.15.71:6807","nonce":389299725}]},"public_addr":"172.21.15.71:6803/389299725","cluster_addr":"172.21.15.71:6805/389299725","heartbeat_back_addr":"172.21.15.71:6809/389299725","heartbeat_front_addr":"172.21.15.71:6807/389299725","state":["exists","up"]},{"osd":2,"uuid":"6d6f1141-66c7-4f0e-a0b4-d152beb0008f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6808","nonce":3040077711},{"type":"v1","addr":"172.21.15.204:6809","nonce":3040077711}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6810","nonce":3040077711},{"type":"v1","addr":"172.21.15.204:6811","nonce":3040077711}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6814","nonce":3040077711},{"type":"v1","addr":"172.21.15.204:6815","nonce":3040077711}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6812","nonce":3040077711},{"type":"v1","addr":"172.21.15.204:6813","nonce":3040077711}]},"public_addr":"172.21.15.204:6809/3040077711","cluster_addr":"172.21.15.204:6811/3040077711","heartbeat_back_addr":"172.21.15.204:6815/3040077711","heartbeat_front_addr":"172.21.15.204:6813/3040077711","state":["exists","up"]},{"osd":3,"uuid":"e5ef9d4f-8463-4f81-920c-fcf07492c077","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.71:6810","nonce":1103762326},{"type":"v1","addr":"172.21.15.71:6811","nonce":1103762326}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":1103762326},{"type":"v1","addr":"172.21.15.71:6813","nonce":1103762326}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":1103762326},{"type":"v1","addr":"172.21.15.71:6817","nonce":1103762326}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":1103762326},{"type":"v1","addr":"172.21.15.71:6815","nonce":1103762326}]},"public_addr":"172.21.15.71:6811/1103762326","cluster_addr":"172.21.15.71:6813/1103762326","heartbeat_back_addr":"172.21.15.71:6817/1103762326","heartbeat_front_addr":"172.21.15.71:6815/1103762326","state":["exists","up"]},{"osd":4,"uuid":"2114b314-17d3-4d42-883e-02acc03887c3","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.204:6816","nonce":3857979899},{"type":"v1","addr":"172.21.15.204:6817","nonce":3857979899}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6818","nonce":3857979899},{"type":"v1","addr":"172.21.15.204:6819","nonce":3857979899}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6822","nonce":3857979899},{"type":"v1","addr":"172.21.15.204:6823","nonce":3857979899}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6820","nonce":3857979899},{"type":"v1","addr":"172.21.15.204:6821","nonce":3857979899}]},"public_addr":"172.21.15.204:6817/3857979899","cluster_addr":"172.21.15.204:6819/3857979899","heartbeat_back_addr":"172.21.15.204:6823/3857979899","heartbeat_front_addr":"172.21.15.204:6821/3857979899","state":["exists","up"]},{"osd":5,"uuid":"6d228b3e-4570-4d84-a199-20c557c14d31","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.71:6818","nonce":509932686},{"type":"v1","addr":"172.21.15.71:6819","nonce":509932686}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":509932686},{"type":"v1","addr":"172.21.15.71:6821","nonce":509932686}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":509932686},{"type":"v1","addr":"172.21.15.71:6825","nonce":509932686}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":509932686},{"type":"v1","addr":"172.21.15.71:6823","nonce":509932686}]},"public_addr":"172.21.15.71:6819/509932686","cluster_addr":"172.21.15.71:6821/509932686","heartbeat_back_addr":"172.21.15.71:6825/509932686","heartbeat_front_addr":"172.21.15.71:6823/509932686","state":["exists","up"]},{"osd":6,"uuid":"5fda037e-a381-4a40-a09f-412ae7887055","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.204:6824","nonce":2648856398},{"type":"v1","addr":"172.21.15.204:6825","nonce":2648856398}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6826","nonce":2648856398},{"type":"v1","addr":"172.21.15.204:6827","nonce":2648856398}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6830","nonce":2648856398},{"type":"v1","addr":"172.21.15.204:6831","nonce":2648856398}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6828","nonce":2648856398},{"type":"v1","addr":"172.21.15.204:6829","nonce":2648856398}]},"public_addr":"172.21.15.204:6825/2648856398","cluster_addr":"172.21.15.204:6827/2648856398","heartbeat_back_addr":"172.21.15.204:6831/2648856398","heartbeat_front_addr":"172.21.15.204:6829/2648856398","state":["exists","up"]},{"osd":7,"uuid":"ad737a9f-e53f-40da-9b7e-8d9bdab872d2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":3118484265},{"type":"v1","addr":"172.21.15.71:6827","nonce":3118484265}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":3118484265},{"type":"v1","addr":"172.21.15.71:6829","nonce":3118484265}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":3118484265},{"type":"v1","addr":"172.21.15.71:6833","nonce":3118484265}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":3118484265},{"type":"v1","addr":"172.21.15.71:6831","nonce":3118484265}]},"public_addr":"172.21.15.71:6827/3118484265","cluster_addr":"172.21.15.71:6829/3118484265","heartbeat_back_addr":"172.21.15.71:6833/3118484265","heartbeat_front_addr":"172.21.15.71:6831/3118484265","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-21T11:45:02.446875+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-21T11:45:04.021744+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-21T11:45:06.211992+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-21T11:45:08.166122+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-21T11:45:09.732918+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-21T11:45:12.336723+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-21T11:45:13.376046+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-21T11:45:16.267225+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:6801/1340167147":"2024-01-22T11:43:57.057270+0000","172.21.15.71:6800/1340167147":"2024-01-22T11:43:57.057270+0000","172.21.15.71:0/3028068341":"2024-01-22T11:43:57.057270+0000","172.21.15.71:0/4163629033":"2024-01-22T11:43:21.531271+0000","172.21.15.71:6801/523877302":"2024-01-22T11:43:21.531271+0000","172.21.15.71:6800/1504987417":"2024-01-22T11:42:53.467049+0000","172.21.15.71:0/3889184336":"2024-01-22T11:43:21.531271+0000","172.21.15.71:6801/1504987417":"2024-01-22T11:42:53.467049+0000","172.21.15.71:0/1095532952":"2024-01-22T11:42:53.467049+0000","172.21.15.71:0/469938710":"2024-01-22T11:43:57.057270+0000","172.21.15.71:6800/523877302":"2024-01-22T11:43:21.531271+0000","172.21.15.71:0/1562552289":"2024-01-22T11:42:53.467049+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-21T11:45:34.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:33 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:32.859393+0000 mon.smithi071 (mon.0) 517 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:34.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:33 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:33.135821+0000 mon.smithi071 (mon.0) 518 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:34.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:33 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:33.408922+0000 mon.smithi071 (mon.0) 519 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:45:34.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:33 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:33.409488+0000 mon.smithi071 (mon.0) 520 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:45:34.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:33 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:33.409953+0000 mon.smithi071 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:45:34.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:33 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:33.410412+0000 mon.smithi071 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:45:34.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:33 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:33.414380+0000 mon.smithi071 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:34.564 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-21T11:45:34.850 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/mon.smithi071/config 2024-01-21T11:45:35.135 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:33.076399+0000 mgr.smithi071.edbdnh (mgr.14180) 91 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:35.135 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:45:33.128793+0000 mgr.smithi071.edbdnh (mgr.14180) 92 : cephadm [INF] Detected new or changed devices on smithi204 2024-01-21T11:45:35.135 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:45:33.410776+0000 mgr.smithi071.edbdnh (mgr.14180) 93 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 3992M 2024-01-21T11:45:35.135 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:34.197355+0000 mon.smithi071 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.71:0/770452968' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T11:45:35.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:33.076399+0000 mgr.smithi071.edbdnh (mgr.14180) 91 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:35.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:45:33.128793+0000 mgr.smithi071.edbdnh (mgr.14180) 92 : cephadm [INF] Detected new or changed devices on smithi204 2024-01-21T11:45:35.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:45:33.410776+0000 mgr.smithi071.edbdnh (mgr.14180) 93 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 3992M 2024-01-21T11:45:35.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:34.197355+0000 mon.smithi071 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.71:0/770452968' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T11:45:36.318 INFO:teuthology.orchestra.run.smithi071.stdout:68719476746 2024-01-21T11:45:36.319 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-21T11:45:36.607 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/mon.smithi071/config 2024-01-21T11:45:37.056 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:35.076664+0000 mgr.smithi071.edbdnh (mgr.14180) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:37.056 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:36.043467+0000 mon.smithi071 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:37.056 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:36.390306+0000 mon.smithi071 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:37.056 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:36.391416+0000 mon.smithi071 (mon.0) 527 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:45:37.056 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:36.392016+0000 mon.smithi071 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:45:37.056 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:36.392549+0000 mon.smithi071 (mon.0) 529 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:45:37.056 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:36.393092+0000 mon.smithi071 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:45:37.056 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:36.397595+0000 mon.smithi071 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:37.056 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:36.399327+0000 mon.smithi071 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:37.056 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:36.399945+0000 mon.smithi071 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:45:37.057 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:36.404320+0000 mon.smithi071 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:37.057 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:36.409715+0000 mon.smithi071 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:45:37.057 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:36.413628+0000 mon.smithi071 (mon.0) 536 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T11:45:37.057 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:36.414632+0000 mon.smithi071 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T11:45:37.057 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:36.414814+0000 mon.smithi071 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:37.057 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:36.415258+0000 mon.smithi071 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:37.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:35.076664+0000 mgr.smithi071.edbdnh (mgr.14180) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:37.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:36.043467+0000 mon.smithi071 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:37.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:36.390306+0000 mon.smithi071 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:37.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:36.391416+0000 mon.smithi071 (mon.0) 527 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:45:37.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:36.392016+0000 mon.smithi071 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:45:37.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:36.392549+0000 mon.smithi071 (mon.0) 529 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:45:37.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:36.393092+0000 mon.smithi071 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:45:37.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:36.397595+0000 mon.smithi071 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:37.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:36.399327+0000 mon.smithi071 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:37.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:36.399945+0000 mon.smithi071 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:45:37.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:36.404320+0000 mon.smithi071 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:37.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:36.409715+0000 mon.smithi071 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:45:37.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:36.413628+0000 mon.smithi071 (mon.0) 536 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T11:45:37.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:36.414632+0000 mon.smithi071 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T11:45:37.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:36.414814+0000 mon.smithi071 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:37.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:36.415258+0000 mon.smithi071 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:37.972 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:45:36.036285+0000 mgr.smithi071.edbdnh (mgr.14180) 95 : cephadm [INF] Detected new or changed devices on smithi071 2024-01-21T11:45:37.972 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:45:36.393519+0000 mgr.smithi071.edbdnh (mgr.14180) 96 : cephadm [INF] Adjusting osd_memory_target on smithi071 to 3224M 2024-01-21T11:45:38.277 INFO:teuthology.orchestra.run.smithi071.stdout:77309411338 2024-01-21T11:45:38.278 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-21T11:45:38.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:37 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:45:36.036285+0000 mgr.smithi071.edbdnh (mgr.14180) 95 : cephadm [INF] Detected new or changed devices on smithi071 2024-01-21T11:45:38.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:37 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:45:36.393519+0000 mgr.smithi071.edbdnh (mgr.14180) 96 : cephadm [INF] Adjusting osd_memory_target on smithi071 to 3224M 2024-01-21T11:45:38.551 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/mon.smithi071/config 2024-01-21T11:45:38.972 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:37.077195+0000 mgr.smithi071.edbdnh (mgr.14180) 97 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:39.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:37.077195+0000 mgr.smithi071.edbdnh (mgr.14180) 97 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:40.035 INFO:teuthology.orchestra.run.smithi071.stdout:85899345930 2024-01-21T11:45:40.036 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-21T11:45:40.464 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/mon.smithi071/config 2024-01-21T11:45:41.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:40 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:39.077647+0000 mgr.smithi071.edbdnh (mgr.14180) 98 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:41.169 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:40 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:39.077647+0000 mgr.smithi071.edbdnh (mgr.14180) 98 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:42.096 INFO:teuthology.orchestra.run.smithi071.stdout:94489280521 2024-01-21T11:45:42.097 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-21T11:45:42.523 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/mon.smithi071/config 2024-01-21T11:45:43.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:41.078130+0000 mgr.smithi071.edbdnh (mgr.14180) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:43.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:42.404982+0000 mon.smithi071 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:43.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:41.078130+0000 mgr.smithi071.edbdnh (mgr.14180) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:43.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:42.404982+0000 mon.smithi071 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:43.999 INFO:teuthology.orchestra.run.smithi071.stdout:98784247817 2024-01-21T11:45:44.000 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-21T11:45:44.268 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/mon.smithi071/config 2024-01-21T11:45:44.996 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:44 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:43.078449+0000 mgr.smithi071.edbdnh (mgr.14180) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:44.996 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:44 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:44.598606+0000 mon.smithi071 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:44.996 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:44 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:44.600853+0000 mon.smithi071 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:45:45.148 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:44 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:43.078449+0000 mgr.smithi071.edbdnh (mgr.14180) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:45.148 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:44 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:44.598606+0000 mon.smithi071 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:45.148 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:44 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:44.600853+0000 mon.smithi071 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:45:45.555 INFO:teuthology.orchestra.run.smithi071.stdout:111669149704 2024-01-21T11:45:45.556 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-21T11:45:45.926 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/mon.smithi071/config 2024-01-21T11:45:47.005 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:45.078730+0000 mgr.smithi071.edbdnh (mgr.14180) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:47.005 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:45.812823+0000 mon.smithi071 (mon.0) 543 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:47.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:45.078730+0000 mgr.smithi071.edbdnh (mgr.14180) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:47.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:45.812823+0000 mon.smithi071 (mon.0) 543 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:47.500 INFO:teuthology.orchestra.run.smithi071.stdout:115964117001 2024-01-21T11:45:47.500 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-21T11:45:47.878 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/mon.smithi071/config 2024-01-21T11:45:48.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:47.079062+0000 mgr.smithi071.edbdnh (mgr.14180) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:48.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:47.853812+0000 mon.smithi071 (mon.0) 544 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:48.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:47.854655+0000 mon.smithi071 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:48.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:47.855317+0000 mon.smithi071 (mon.0) 546 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:45:48.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:47.858832+0000 mon.smithi071 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:48.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:47.862514+0000 mon.smithi071 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:45:49.174 INFO:teuthology.orchestra.run.smithi071.stdout:128849018889 2024-01-21T11:45:49.174 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-21T11:45:49.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:47.079062+0000 mgr.smithi071.edbdnh (mgr.14180) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:49.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:47.853812+0000 mon.smithi071 (mon.0) 544 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:49.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:47.854655+0000 mon.smithi071 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:49.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:47.855317+0000 mon.smithi071 (mon.0) 546 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:45:49.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:47.858832+0000 mon.smithi071 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:45:49.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:47.862514+0000 mon.smithi071 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:45:49.435 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/mon.smithi071/config 2024-01-21T11:45:50.518 INFO:teuthology.orchestra.run.smithi071.stdout:68719476748 2024-01-21T11:45:51.053 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476746 got 68719476748 for osd.0 2024-01-21T11:45:51.053 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-21T11:45:51.316 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/mon.smithi071/config 2024-01-21T11:45:51.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:49.079600+0000 mgr.smithi071.edbdnh (mgr.14180) 103 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:51.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:50.518837+0000 mon.smithi071 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.71:0/1034530389' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-21T11:45:51.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:49.079600+0000 mgr.smithi071.edbdnh (mgr.14180) 103 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:51.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:50.518837+0000 mon.smithi071 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.71:0/1034530389' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-21T11:45:52.347 INFO:teuthology.orchestra.run.smithi071.stdout:77309411340 2024-01-21T11:45:52.706 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411338 got 77309411340 for osd.1 2024-01-21T11:45:52.706 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-21T11:45:52.968 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/mon.smithi071/config 2024-01-21T11:45:53.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:51.079953+0000 mgr.smithi071.edbdnh (mgr.14180) 104 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:53.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:52.347809+0000 mon.smithi071 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.71:0/797806306' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-21T11:45:53.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:51.079953+0000 mgr.smithi071.edbdnh (mgr.14180) 104 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:53.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:52.347809+0000 mon.smithi071 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.71:0/797806306' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-21T11:45:54.045 INFO:teuthology.orchestra.run.smithi071.stdout:85899345932 2024-01-21T11:45:54.416 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345930 got 85899345932 for osd.2 2024-01-21T11:45:54.416 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-21T11:45:54.682 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/mon.smithi071/config 2024-01-21T11:45:55.077 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:53.080297+0000 mgr.smithi071.edbdnh (mgr.14180) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:55.077 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:54.045890+0000 mon.smithi071 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.71:0/2958220408' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-21T11:45:55.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:53.080297+0000 mgr.smithi071.edbdnh (mgr.14180) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:55.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:54.045890+0000 mon.smithi071 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.71:0/2958220408' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-21T11:45:55.719 INFO:teuthology.orchestra.run.smithi071.stdout:94489280523 2024-01-21T11:45:56.046 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:55 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:55.719535+0000 mon.smithi071 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.71:0/4043976900' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-21T11:45:56.113 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280521 got 94489280523 for osd.3 2024-01-21T11:45:56.113 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-21T11:45:56.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:55 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:55.719535+0000 mon.smithi071 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.71:0/4043976900' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-21T11:45:56.373 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/mon.smithi071/config 2024-01-21T11:45:57.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:56 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:55.080611+0000 mgr.smithi071.edbdnh (mgr.14180) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:57.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:56 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:55.080611+0000 mgr.smithi071.edbdnh (mgr.14180) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:57.448 INFO:teuthology.orchestra.run.smithi071.stdout:98784247819 2024-01-21T11:45:57.805 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247817 got 98784247819 for osd.4 2024-01-21T11:45:57.805 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-21T11:45:58.069 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/mon.smithi071/config 2024-01-21T11:45:58.436 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:57.080963+0000 mgr.smithi071.edbdnh (mgr.14180) 107 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:58.436 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:57.448240+0000 mon.smithi071 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.71:0/374872991' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-21T11:45:58.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:57.080963+0000 mgr.smithi071.edbdnh (mgr.14180) 107 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:45:58.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:57.448240+0000 mon.smithi071 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.71:0/374872991' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-21T11:45:59.113 INFO:teuthology.orchestra.run.smithi071.stdout:111669149706 2024-01-21T11:45:59.469 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:45:59 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:45:59.114052+0000 mon.smithi071 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.71:0/4186709090' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-21T11:45:59.471 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149704 got 111669149706 for osd.5 2024-01-21T11:45:59.471 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-21T11:45:59.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:45:59 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:45:59.114052+0000 mon.smithi071 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.71:0/4186709090' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-21T11:45:59.733 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/mon.smithi071/config 2024-01-21T11:46:00.449 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:45:59.081252+0000 mgr.smithi071.edbdnh (mgr.14180) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:00.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:45:59.081252+0000 mgr.smithi071.edbdnh (mgr.14180) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:00.774 INFO:teuthology.orchestra.run.smithi071.stdout:115964117003 2024-01-21T11:46:01.138 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117001 got 115964117003 for osd.6 2024-01-21T11:46:01.138 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-21T11:46:01.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:01 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:00.775300+0000 mon.smithi071 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.71:0/3699026389' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-21T11:46:01.400 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/mon.smithi071/config 2024-01-21T11:46:01.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:01 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:00.775300+0000 mon.smithi071 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.71:0/3699026389' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-21T11:46:02.496 INFO:teuthology.orchestra.run.smithi071.stdout:128849018892 2024-01-21T11:46:02.521 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:01.081564+0000 mgr.smithi071.edbdnh (mgr.14180) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:02.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:01.081564+0000 mgr.smithi071.edbdnh (mgr.14180) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:02.879 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018889 got 128849018892 for osd.7 2024-01-21T11:46:02.879 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-21T11:46:02.880 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph pg dump --format=json 2024-01-21T11:46:03.142 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/mon.smithi071/config 2024-01-21T11:46:03.550 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:02.496040+0000 mon.smithi071 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.71:0/858020730' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-21T11:46:03.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:02.496040+0000 mon.smithi071 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.71:0/858020730' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-21T11:46:04.197 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:46:04.198 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-01-21T11:46:04.553 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:03.081872+0000 mgr.smithi071.edbdnh (mgr.14180) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:04.554 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":84,"stamp":"2024-01-21T11:46:03.081747+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":2379232,"kb_used_data":2464,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549216,"statfs":{"total":767926730752,"available":765490397184,"internally_reserved":0,"allocated":2523136,"data_stored":974224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":32,"state":"active+clean","last_fresh":"2024-01-21T11:45:20.564399+0000","last_change":"2024-01-21T11:45:20.564399+0000","last_active":"2024-01-21T11:45:20.564399+0000","last_peered":"2024-01-21T11:45:20.564399+0000","last_clean":"2024-01-21T11:45:20.564399+0000","last_became_active":"2024-01-21T11:45:20.564053+0000","last_became_peered":"2024-01-21T11:45:20.564053+0000","last_unstale":"2024-01-21T11:45:20.564399+0000","last_undegraded":"2024-01-21T11:45:20.564399+0000","last_fullsized":"2024-01-21T11:45:20.564399+0000","mapping_epoch":31,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":32,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-21T11:45:08.827714+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-21T11:45:08.827714+0000","last_clean_scrub_stamp":"2024-01-21T11:45:08.827714+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":30,"seq":128849018892,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.434}]},{"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.33400000000000002}]},{"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.47199999999999998}]},{"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.29499999999999998}]},{"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.39300000000000002}]},{"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.49199999999999999}]},{"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.46700000000000003}]}]},{"osd":6,"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":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.313}]},{"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.46700000000000003}]},{"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.39300000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40600000000000003}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42999999999999999}]},{"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.621}]},{"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.64900000000000002}]}]},{"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":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.44500000000000001}]},{"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.48299999999999998}]},{"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.35999999999999999}]},{"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.498}]},{"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.46300000000000002}]},{"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.35099999999999998}]}]},{"osd":0,"up_from":16,"seq":68719476751,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.43099999999999999}]},{"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.504}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.49099999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58199999999999996}]},{"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.63600000000000001}]},{"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.68100000000000005}]},{"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.69199999999999995}]}]},{"osd":2,"up_from":20,"seq":85899345934,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.41299999999999998}]},{"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.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.58999999999999997}]},{"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.53400000000000003}]},{"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.56799999999999995}]},{"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.57299999999999995}]},{"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.72499999999999998}]}]},{"osd":3,"up_from":22,"seq":94489280525,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.52000000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27400000000000002}]},{"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.54000000000000004}]},{"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.47799999999999998}]},{"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.36399999999999999}]},{"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.46000000000000002}]},{"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.34499999999999997}]}]},{"osd":4,"up_from":23,"seq":98784247821,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.315}]},{"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.51100000000000001}]},{"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.40100000000000002}]},{"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.56200000000000006}]},{"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.61599999999999999}]},{"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.59399999999999997}]},{"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.63700000000000001}]}]},{"osd":5,"up_from":26,"seq":111669149707,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.57699999999999996}]},{"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.308}]},{"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.51300000000000001}]},{"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.34499999999999997}]},{"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.54400000000000004}]},{"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.52700000000000002}]},{"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.36199999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-21T11:46:04.555 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph pg dump --format=json 2024-01-21T11:46:04.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:03.081872+0000 mgr.smithi071.edbdnh (mgr.14180) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:04.822 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/mon.smithi071/config 2024-01-21T11:46:05.533 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:05 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:04.195874+0000 mgr.smithi071.edbdnh (mgr.14180) 111 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:05.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:05 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:04.195874+0000 mgr.smithi071.edbdnh (mgr.14180) 111 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:05.887 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:46:05.889 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-01-21T11:46:06.256 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":85,"stamp":"2024-01-21T11:46:05.082032+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":2379232,"kb_used_data":2464,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549216,"statfs":{"total":767926730752,"available":765490397184,"internally_reserved":0,"allocated":2523136,"data_stored":974224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":32,"state":"active+clean","last_fresh":"2024-01-21T11:45:20.564399+0000","last_change":"2024-01-21T11:45:20.564399+0000","last_active":"2024-01-21T11:45:20.564399+0000","last_peered":"2024-01-21T11:45:20.564399+0000","last_clean":"2024-01-21T11:45:20.564399+0000","last_became_active":"2024-01-21T11:45:20.564053+0000","last_became_peered":"2024-01-21T11:45:20.564053+0000","last_unstale":"2024-01-21T11:45:20.564399+0000","last_undegraded":"2024-01-21T11:45:20.564399+0000","last_fullsized":"2024-01-21T11:45:20.564399+0000","mapping_epoch":31,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":32,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-21T11:45:08.827714+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-21T11:45:08.827714+0000","last_clean_scrub_stamp":"2024-01-21T11:45:08.827714+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":30,"seq":128849018893,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.46999999999999997}]},{"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.30499999999999999}]},{"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.37}]},{"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.32200000000000001}]},{"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.44600000000000001}]},{"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.33400000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45500000000000002}]}]},{"osd":6,"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":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.313}]},{"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.46700000000000003}]},{"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.39300000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40600000000000003}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42999999999999999}]},{"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.621}]},{"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.64900000000000002}]}]},{"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":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.44500000000000001}]},{"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.48299999999999998}]},{"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.35999999999999999}]},{"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.498}]},{"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.46300000000000002}]},{"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.35099999999999998}]}]},{"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":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.502}]},{"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.71899999999999997}]},{"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.55400000000000005}]},{"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.52800000000000002}]},{"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.77100000000000002}]},{"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.80800000000000005}]},{"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.78400000000000003}]}]},{"osd":2,"up_from":20,"seq":85899345935,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.33000000000000002}]},{"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.443}]},{"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.54800000000000004}]},{"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.40500000000000003}]},{"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.51100000000000001}]},{"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.499}]},{"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.55600000000000005}]}]},{"osd":3,"up_from":22,"seq":94489280526,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.54300000000000004}]},{"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.248}]},{"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.60899999999999999}]},{"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.63300000000000001}]},{"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.309}]},{"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.49399999999999999}]},{"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.34599999999999997}]}]},{"osd":4,"up_from":23,"seq":98784247821,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.315}]},{"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.51100000000000001}]},{"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.40100000000000002}]},{"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.56200000000000006}]},{"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.61599999999999999}]},{"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.59399999999999997}]},{"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.63700000000000001}]}]},{"osd":5,"up_from":26,"seq":111669149708,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121778,"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.51500000000000001}]},{"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.41699999999999998}]},{"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.60199999999999998}]},{"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.435}]},{"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.56399999999999995}]},{"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.58399999999999996}]},{"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.55100000000000005}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-21T11:46:06.257 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-21T11:46:06.257 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-21T11:46:06.257 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-21T11:46:06.257 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T11:46:06.519 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/mon.smithi071/config 2024-01-21T11:46:06.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:05.082186+0000 mgr.smithi071.edbdnh (mgr.14180) 112 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:06.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:05.886194+0000 mgr.smithi071.edbdnh (mgr.14180) 113 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:06.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:05.082186+0000 mgr.smithi071.edbdnh (mgr.14180) 112 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:06.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:05.886194+0000 mgr.smithi071.edbdnh (mgr.14180) 113 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:07.638 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:46:08.012 INFO:teuthology.orchestra.run.smithi071.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-21T11:46:08.012 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-21T11:46:08.012 INFO:tasks.cephadm:Setup complete, yielding 2024-01-21T11:46:08.013 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T11:46:08.021 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi071.front.sepia.ceph.com 2024-01-21T11:46:08.022 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- bash -c 'ceph orch status' 2024-01-21T11:46:08.502 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:07.082479+0000 mgr.smithi071.edbdnh (mgr.14180) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:08.502 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:07.637998+0000 mon.smithi071 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.71:0/2054321209' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T11:46:08.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:07.082479+0000 mgr.smithi071.edbdnh (mgr.14180) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:08.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:07.637998+0000 mon.smithi071 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.71:0/2054321209' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T11:46:09.310 INFO:teuthology.orchestra.run.smithi071.stdout:Backend: cephadm 2024-01-21T11:46:09.310 INFO:teuthology.orchestra.run.smithi071.stdout:Available: Yes 2024-01-21T11:46:09.310 INFO:teuthology.orchestra.run.smithi071.stdout:Paused: No 2024-01-21T11:46:09.711 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-21T11:46:10.335 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:09.082794+0000 mgr.smithi071.edbdnh (mgr.14180) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:10.336 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:09.310335+0000 mgr.smithi071.edbdnh (mgr.14180) 116 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:46:10.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:09.082794+0000 mgr.smithi071.edbdnh (mgr.14180) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:10.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:09.310335+0000 mgr.smithi071.edbdnh (mgr.14180) 116 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:46:11.033 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-21T11:46:11.033 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.smithi071 smithi071 *:9093,9094 running (51s) 23s ago 2m 16.2M - 0.23.0 ba2b418f427c 0074ca1afa9a 2024-01-21T11:46:11.033 INFO:teuthology.orchestra.run.smithi071.stdout:crash.smithi071 smithi071 running (2m) 23s ago 2m 7298k - 16.2.14-454-gea310589 9b28eb2d7c37 a4bcc8a812ab 2024-01-21T11:46:11.033 INFO:teuthology.orchestra.run.smithi071.stdout:crash.smithi204 smithi204 running (117s) 25s ago 117s 7419k - 16.2.14-454-gea310589 9b28eb2d7c37 26a6a3afe8b7 2024-01-21T11:46:11.033 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.smithi071 smithi071 *:3000 running (47s) 23s ago 2m 49.0M - 8.3.5 dad864ee21e9 18353d30f577 2024-01-21T11:46:11.033 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.smithi071.edbdnh smithi071 *:9283 running (3m) 23s ago 3m 447M - 16.2.14-454-gea310589 9b28eb2d7c37 bfdab28f69be 2024-01-21T11:46:11.033 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.smithi204.htiyyg smithi204 *:8443,9283 running (116s) 25s ago 115s 394M - 16.2.14-454-gea310589 9b28eb2d7c37 fa1a12c7080f 2024-01-21T11:46:11.033 INFO:teuthology.orchestra.run.smithi071.stdout:mon.smithi071 smithi071 running (3m) 23s ago 3m 72.5M 2048M 16.2.14-454-gea310589 9b28eb2d7c37 324b8c067357 2024-01-21T11:46:11.033 INFO:teuthology.orchestra.run.smithi071.stdout:mon.smithi204 smithi204 running (113s) 25s ago 113s 63.4M 2048M 16.2.14-454-gea310589 9b28eb2d7c37 3c466bb0cec8 2024-01-21T11:46:11.034 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.smithi071 smithi071 *:9100 running (2m) 23s ago 2m 23.2M - 1.3.1 1dbe0e931976 1e1274542e2c 2024-01-21T11:46:11.034 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.smithi204 smithi204 *:9100 running (98s) 25s ago 97s 20.9M - 1.3.1 1dbe0e931976 4471310f4423 2024-01-21T11:46:11.034 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi204 running (73s) 25s ago 72s 32.9M 3992M 16.2.14-454-gea310589 9b28eb2d7c37 28b3d5528ad2 2024-01-21T11:46:11.034 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (71s) 23s ago 71s 33.3M 3224M 16.2.14-454-gea310589 9b28eb2d7c37 ffbeeeb36d30 2024-01-21T11:46:11.034 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi204 running (69s) 25s ago 69s 32.5M 3992M 16.2.14-454-gea310589 9b28eb2d7c37 e4a4aaf9c785 2024-01-21T11:46:11.034 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (67s) 23s ago 67s 34.8M 3224M 16.2.14-454-gea310589 9b28eb2d7c37 13fa69578914 2024-01-21T11:46:11.034 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi204 running (65s) 25s ago 65s 34.9M 3992M 16.2.14-454-gea310589 9b28eb2d7c37 ffc2525f6e7d 2024-01-21T11:46:11.034 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi071 running (63s) 23s ago 62s 30.9M 3224M 16.2.14-454-gea310589 9b28eb2d7c37 ae99f8306439 2024-01-21T11:46:11.034 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi204 running (62s) 25s ago 61s 30.7M 3992M 16.2.14-454-gea310589 9b28eb2d7c37 f916e10824ef 2024-01-21T11:46:11.034 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi071 running (59s) 23s ago 59s 33.1M 3224M 16.2.14-454-gea310589 9b28eb2d7c37 c94c23c40425 2024-01-21T11:46:11.034 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.smithi071 smithi071 *:9095 running (44s) 23s ago 2m 45.5M - 2.33.4 514e6a882f6e 5982db2a4d05 2024-01-21T11:46:11.436 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-21T11:46:12.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:11.025820+0000 mgr.smithi071.edbdnh (mgr.14180) 117 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:46:12.365 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:11.083132+0000 mgr.smithi071.edbdnh (mgr.14180) 118 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:12.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:11.025820+0000 mgr.smithi071.edbdnh (mgr.14180) 117 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:46:12.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:11.083132+0000 mgr.smithi071.edbdnh (mgr.14180) 118 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:12.734 INFO:teuthology.orchestra.run.smithi071.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-21T11:46:12.735 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager ?:9093,9094 1/1 24s ago 2m count:1 2024-01-21T11:46:12.735 INFO:teuthology.orchestra.run.smithi071.stdout:crash 2/2 26s ago 3m * 2024-01-21T11:46:12.735 INFO:teuthology.orchestra.run.smithi071.stdout:grafana ?:3000 1/1 24s ago 3m count:1 2024-01-21T11:46:12.735 INFO:teuthology.orchestra.run.smithi071.stdout:mgr 2/2 26s ago 3m count:2 2024-01-21T11:46:12.735 INFO:teuthology.orchestra.run.smithi071.stdout:mon 2/2 26s ago 2m smithi071:172.21.15.71=smithi071;smithi204:172.21.15.204=smithi204;count:2 2024-01-21T11:46:12.735 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter ?:9100 2/2 26s ago 3m * 2024-01-21T11:46:12.735 INFO:teuthology.orchestra.run.smithi071.stdout:osd.all-available-devices 8 26s ago 97s * 2024-01-21T11:46:12.735 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus ?:9095 1/1 24s ago 3m count:1 2024-01-21T11:46:13.086 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-21T11:46:13.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:12.731302+0000 mgr.smithi071.edbdnh (mgr.14180) 119 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:46:13.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:12.731302+0000 mgr.smithi071.edbdnh (mgr.14180) 119 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:46:14.373 INFO:teuthology.orchestra.run.smithi071.stdout:HOST ADDR LABELS STATUS 2024-01-21T11:46:14.373 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 172.21.15.71 2024-01-21T11:46:14.373 INFO:teuthology.orchestra.run.smithi071.stdout:smithi204 172.21.15.204 2024-01-21T11:46:14.373 INFO:teuthology.orchestra.run.smithi071.stdout:2 hosts in cluster 2024-01-21T11:46:14.530 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:13.083479+0000 mgr.smithi071.edbdnh (mgr.14180) 120 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:14.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:13.083479+0000 mgr.smithi071.edbdnh (mgr.14180) 120 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:14.727 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-21T11:46:15.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:14.372133+0000 mgr.smithi071.edbdnh (mgr.14180) 121 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:46:15.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:15 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:14.372133+0000 mgr.smithi071.edbdnh (mgr.14180) 121 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:46:16.054 INFO:teuthology.orchestra.run.smithi071.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-21T11:46:16.054 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT62040172400BGN 372G 40s ago Has a FileSystem, LVM detected 2024-01-21T11:46:16.054 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme1n1 ssd Linux_551d3bcbb6acc62de85f 89.4G 40s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:46:16.054 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme2n1 ssd Linux_dd5da8162090a086f300 89.4G 40s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:46:16.054 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme3n1 ssd Linux_1f4efedb2efc82f780ce 89.4G 40s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:46:16.054 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme4n1 ssd Linux_efe99347ac448ef712ef 89.4G 40s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:46:16.054 INFO:teuthology.orchestra.run.smithi071.stdout:smithi204 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300GD400BGN 372G 42s ago Has a FileSystem, LVM detected 2024-01-21T11:46:16.054 INFO:teuthology.orchestra.run.smithi071.stdout:smithi204 /dev/nvme1n1 ssd Linux_10c2f260df4b0819d2c3 89.4G 42s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:46:16.054 INFO:teuthology.orchestra.run.smithi071.stdout:smithi204 /dev/nvme2n1 ssd Linux_ab9e297591e2de2029e4 89.4G 42s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:46:16.054 INFO:teuthology.orchestra.run.smithi071.stdout:smithi204 /dev/nvme3n1 ssd Linux_aa7276245dcc1f2f678b 89.4G 42s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:46:16.054 INFO:teuthology.orchestra.run.smithi071.stdout:smithi204 /dev/nvme4n1 ssd Linux_a2dc8bc8cb11a22ba432 89.4G 42s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:46:16.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:15.083829+0000 mgr.smithi071.edbdnh (mgr.14180) 122 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:16.418 INFO:teuthology.run_tasks:Running task vip... 2024-01-21T11:46:16.428 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-21T11:46:16.428 INFO:tasks.vip:peername 172.21.15.71 2024-01-21T11:46:16.431 INFO:tasks.vip:172.21.15.71 in 172.21.0.0/20, pos 3910 2024-01-21T11:46:16.436 INFO:tasks.vip:smithi071.front.sepia.ceph.com static 10.0.15.71, vnet 10.0.0.0/16 2024-01-21T11:46:16.436 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-21T11:46:16.436 DEBUG:teuthology.orchestra.run.smithi071:> sudo ip route ls 2024-01-21T11:46:16.464 INFO:teuthology.orchestra.run.smithi071.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.71 metric 100 2024-01-21T11:46:16.464 INFO:teuthology.orchestra.run.smithi071.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.71 metric 100 2024-01-21T11:46:16.465 INFO:tasks.vip:Configuring 10.0.15.71 on smithi071.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T11:46:16.465 DEBUG:teuthology.orchestra.run.smithi071:> sudo ip addr add 10.0.15.71/16 dev enp3s0f1 2024-01-21T11:46:16.532 INFO:tasks.vip:peername 172.21.15.204 2024-01-21T11:46:16.535 INFO:tasks.vip:172.21.15.204 in 172.21.0.0/20, pos 4043 2024-01-21T11:46:16.539 INFO:tasks.vip:smithi204.front.sepia.ceph.com static 10.0.15.204, vnet 10.0.0.0/16 2024-01-21T11:46:16.539 DEBUG:teuthology.orchestra.run.smithi204:> sudo ip route ls 2024-01-21T11:46:16.573 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:15.083829+0000 mgr.smithi071.edbdnh (mgr.14180) 122 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:16.577 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-21T11:46:16.577 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-21T11:46:16.578 INFO:tasks.vip:Configuring 10.0.15.204 on smithi204.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T11:46:16.578 DEBUG:teuthology.orchestra.run.smithi204:> sudo ip addr add 10.0.15.204/16 dev enp3s0f1 2024-01-21T11:46:16.651 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T11:46:16.660 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi071.front.sepia.ceph.com 2024-01-21T11:46:16.660 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-21T11:46:17.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:17 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:16.052643+0000 mgr.smithi071.edbdnh (mgr.14180) 123 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:46:17.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:17 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:16.052643+0000 mgr.smithi071.edbdnh (mgr.14180) 123 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:46:17.952 INFO:teuthology.orchestra.run.smithi071.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-21T11:46:17.952 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT62040172400BGN 372G 41s ago Has a FileSystem, LVM detected 2024-01-21T11:46:17.952 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme1n1 ssd Linux_551d3bcbb6acc62de85f 89.4G 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:46:17.952 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme2n1 ssd Linux_dd5da8162090a086f300 89.4G 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:46:17.952 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme3n1 ssd Linux_1f4efedb2efc82f780ce 89.4G 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:46:17.952 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme4n1 ssd Linux_efe99347ac448ef712ef 89.4G 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:46:17.953 INFO:teuthology.orchestra.run.smithi071.stdout:smithi204 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300GD400BGN 372G 44s ago Has a FileSystem, LVM detected 2024-01-21T11:46:17.953 INFO:teuthology.orchestra.run.smithi071.stdout:smithi204 /dev/nvme1n1 ssd Linux_10c2f260df4b0819d2c3 89.4G 44s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:46:17.953 INFO:teuthology.orchestra.run.smithi071.stdout:smithi204 /dev/nvme2n1 ssd Linux_ab9e297591e2de2029e4 89.4G 44s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:46:17.953 INFO:teuthology.orchestra.run.smithi071.stdout:smithi204 /dev/nvme3n1 ssd Linux_aa7276245dcc1f2f678b 89.4G 44s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:46:17.953 INFO:teuthology.orchestra.run.smithi071.stdout:smithi204 /dev/nvme4n1 ssd Linux_a2dc8bc8cb11a22ba432 89.4G 44s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:46:18.321 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-21T11:46:18.331 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi071.front.sepia.ceph.com 2024-01-21T11:46:18.331 DEBUG:teuthology.orchestra.run.smithi071:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-21T11:46:18.361 INFO:teuthology.orchestra.run.smithi071.stderr:+ systemctl stop nfs-server 2024-01-21T11:46:18.368 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi204.front.sepia.ceph.com 2024-01-21T11:46:18.368 DEBUG:teuthology.orchestra.run.smithi204:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-21T11:46:18.395 INFO:teuthology.orchestra.run.smithi204.stderr:+ systemctl stop nfs-server 2024-01-21T11:46:18.401 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T11:46:18.409 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi071.front.sepia.ceph.com 2024-01-21T11:46:18.409 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-01-21T11:46:18.537 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:17.084317+0000 mgr.smithi071.edbdnh (mgr.14180) 124 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:18.537 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:17.985463+0000 mon.smithi071 (mon.0) 558 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:46:18.566 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:17.084317+0000 mgr.smithi071.edbdnh (mgr.14180) 124 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:18.566 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:17.985463+0000 mon.smithi071 (mon.0) 558 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:46:19.578 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:17.950886+0000 mgr.smithi071.edbdnh (mgr.14180) 125 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:46:19.578 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:19.238852+0000 mon.smithi071 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:19.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:17.950886+0000 mgr.smithi071.edbdnh (mgr.14180) 125 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:46:19.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:19.238852+0000 mon.smithi071 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:20.486 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:19.084605+0000 mgr.smithi071.edbdnh (mgr.14180) 126 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:20.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:19.084605+0000 mgr.smithi071.edbdnh (mgr.14180) 126 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:21.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:20.051854+0000 mgr.smithi071.edbdnh (mgr.14180) 127 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:46:21.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:20.052382+0000 mon.smithi071 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-21T11:46:21.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:20.352509+0000 mon.smithi071 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-21T11:46:21.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:20.352581+0000 mon.smithi071 (mon.0) 562 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-01-21T11:46:21.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:20.354099+0000 mon.smithi071 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-21T11:46:21.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:20.789209+0000 mon.smithi071 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:21.404 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:20.051854+0000 mgr.smithi071.edbdnh (mgr.14180) 127 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:46:21.404 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:20.052382+0000 mon.smithi071 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-21T11:46:21.404 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:20.352509+0000 mon.smithi071 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-21T11:46:21.404 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:20.352581+0000 mon.smithi071 (mon.0) 562 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-01-21T11:46:21.405 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:20.354099+0000 mon.smithi071 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-21T11:46:21.405 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:20.789209+0000 mon.smithi071 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:21.405 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T11:46:21.355+0000 7f722b8c4700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-21T11:46:21.960 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.71/16 --port 2999' 2024-01-21T11:46:22.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:21.084929+0000 mgr.smithi071.edbdnh (mgr.14180) 128 : cluster [DBG] pgmap v94: 33 pgs: 2 creating+peering, 1 active+clean, 30 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:22.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:21.354032+0000 mon.smithi071 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-21T11:46:22.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:21.354174+0000 mon.smithi071 (mon.0) 566 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-01-21T11:46:22.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:21.355126+0000 mon.smithi071 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-21T11:46:22.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:21.355845+0000 mon.smithi071 (mon.0) 568 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-21T11:46:22.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:21.355871+0000 mon.smithi071 (mon.0) 569 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-21T11:46:22.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:21.362079+0000 mon.smithi071 (mon.0) 570 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-01-21T11:46:22.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:21.362466+0000 mon.smithi071 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-21T11:46:22.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:21.362531+0000 mon.smithi071 (mon.0) 572 : cluster [DBG] fsmap foofs:0 2024-01-21T11:46:22.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:46:21.365840+0000 mgr.smithi071.edbdnh (mgr.14180) 129 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-21T11:46:22.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:21.378690+0000 mon.smithi071 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:22.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:21.609771+0000 mon.smithi071 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:22.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:21.084929+0000 mgr.smithi071.edbdnh (mgr.14180) 128 : cluster [DBG] pgmap v94: 33 pgs: 2 creating+peering, 1 active+clean, 30 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:22.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:21.354032+0000 mon.smithi071 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-21T11:46:22.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:21.354174+0000 mon.smithi071 (mon.0) 566 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-01-21T11:46:22.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:21.355126+0000 mon.smithi071 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-21T11:46:22.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:21.355845+0000 mon.smithi071 (mon.0) 568 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-21T11:46:22.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:21.355871+0000 mon.smithi071 (mon.0) 569 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-21T11:46:22.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:21.362079+0000 mon.smithi071 (mon.0) 570 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-01-21T11:46:22.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:21.362466+0000 mon.smithi071 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-21T11:46:22.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:21.362531+0000 mon.smithi071 (mon.0) 572 : cluster [DBG] fsmap foofs:0 2024-01-21T11:46:22.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:46:21.365840+0000 mgr.smithi071.edbdnh (mgr.14180) 129 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-21T11:46:22.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:21.378690+0000 mon.smithi071 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:22.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:21.609771+0000 mon.smithi071 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:23.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:22.362048+0000 mon.smithi071 (mon.0) 575 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-01-21T11:46:23.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:22.362048+0000 mon.smithi071 (mon.0) 575 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-01-21T11:46:24.592 INFO:teuthology.orchestra.run.smithi071.stdout:NFS Cluster Created Successfully 2024-01-21T11:46:24.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:23.085293+0000 mgr.smithi071.edbdnh (mgr.14180) 130 : cluster [DBG] pgmap v98: 65 pgs: 10 creating+peering, 2 active+clean, 53 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:24.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:23.305157+0000 mgr.smithi071.edbdnh (mgr.14180) 131 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.71/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:46:24.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:23.306460+0000 mon.smithi071 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-21T11:46:24.727 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:23.553676+0000 mon.smithi071 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-21T11:46:24.728 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:23.553716+0000 mon.smithi071 (mon.0) 578 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-21T11:46:24.728 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:23.554868+0000 mon.smithi071 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-21T11:46:24.728 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:23.651386+0000 mon.smithi071 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:24.728 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:23.652162+0000 mon.smithi071 (mon.0) 581 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:46:24.728 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:23.652717+0000 mon.smithi071 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:46:24.728 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:23.656257+0000 mon.smithi071 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:24.728 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:23.659568+0000 mon.smithi071 (mon.0) 584 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:46:24.728 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:23.666409+0000 mon.smithi071 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:24.728 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:23.667016+0000 mon.smithi071 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi204.omdamy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-21T11:46:24.728 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:23.669484+0000 mon.smithi071 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi204.omdamy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-21T11:46:24.728 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:23.669971+0000 mon.smithi071 (mon.0) 588 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:46:24.728 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:46:23.670426+0000 mgr.smithi071.edbdnh (mgr.14180) 132 : cephadm [INF] Deploying daemon mds.foofs.smithi204.omdamy on smithi204 2024-01-21T11:46:24.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:23.085293+0000 mgr.smithi071.edbdnh (mgr.14180) 130 : cluster [DBG] pgmap v98: 65 pgs: 10 creating+peering, 2 active+clean, 53 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:24.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:23.305157+0000 mgr.smithi071.edbdnh (mgr.14180) 131 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.71/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:46:24.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:23.306460+0000 mon.smithi071 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-21T11:46:24.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:23.553676+0000 mon.smithi071 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-21T11:46:24.835 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:23.553716+0000 mon.smithi071 (mon.0) 578 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-21T11:46:24.835 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:23.554868+0000 mon.smithi071 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-21T11:46:24.835 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:23.651386+0000 mon.smithi071 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:24.835 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:23.652162+0000 mon.smithi071 (mon.0) 581 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:46:24.835 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:23.652717+0000 mon.smithi071 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:46:24.835 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:23.656257+0000 mon.smithi071 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:24.836 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:23.659568+0000 mon.smithi071 (mon.0) 584 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:46:24.836 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:23.666409+0000 mon.smithi071 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:24.836 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:23.667016+0000 mon.smithi071 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi204.omdamy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-21T11:46:24.836 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:23.669484+0000 mon.smithi071 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi204.omdamy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-21T11:46:24.836 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:23.669971+0000 mon.smithi071 (mon.0) 588 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:46:24.836 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:46:23.670426+0000 mgr.smithi071.edbdnh (mgr.14180) 132 : cephadm [INF] Deploying daemon mds.foofs.smithi204.omdamy on smithi204 2024-01-21T11:46:24.959 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-01-21T11:46:25.561 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:24.558162+0000 mon.smithi071 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-21T11:46:25.561 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:24.558439+0000 mon.smithi071 (mon.0) 590 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-21T11:46:25.561 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:46:24.582865+0000 mgr.smithi071.edbdnh (mgr.14180) 133 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-21T11:46:25.561 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:24.586112+0000 mon.smithi071 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:25.562 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:46:24.587302+0000 mgr.smithi071.edbdnh (mgr.14180) 134 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-21T11:46:25.562 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:24.592506+0000 mon.smithi071 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:25.562 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:25.248572+0000 mon.smithi071 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:25.562 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:25.249521+0000 mon.smithi071 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi071.twqgul", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-21T11:46:25.562 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:25.254615+0000 mon.smithi071 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi071.twqgul", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-21T11:46:25.562 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:25.255243+0000 mon.smithi071 (mon.0) 596 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:46:25.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:25 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:24.558162+0000 mon.smithi071 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-21T11:46:25.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:25 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:24.558439+0000 mon.smithi071 (mon.0) 590 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-21T11:46:25.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:25 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:46:24.582865+0000 mgr.smithi071.edbdnh (mgr.14180) 133 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-21T11:46:25.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:25 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:24.586112+0000 mon.smithi071 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:25.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:25 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:46:24.587302+0000 mgr.smithi071.edbdnh (mgr.14180) 134 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-21T11:46:25.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:25 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:24.592506+0000 mon.smithi071 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:25.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:25 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:25.248572+0000 mon.smithi071 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:25.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:25 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:25.249521+0000 mon.smithi071 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi071.twqgul", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-21T11:46:25.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:25 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:25.254615+0000 mon.smithi071 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi071.twqgul", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-21T11:46:25.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:25 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:25.255243+0000 mon.smithi071 (mon.0) 596 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:46:26.627 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-01-21T11:46:26.628 INFO:teuthology.orchestra.run.smithi071.stdout: "bind": "/fake", 2024-01-21T11:46:26.628 INFO:teuthology.orchestra.run.smithi071.stdout: "fs": "foofs", 2024-01-21T11:46:26.628 INFO:teuthology.orchestra.run.smithi071.stdout: "path": "/", 2024-01-21T11:46:26.628 INFO:teuthology.orchestra.run.smithi071.stdout: "cluster": "foo", 2024-01-21T11:46:26.628 INFO:teuthology.orchestra.run.smithi071.stdout: "mode": "RW" 2024-01-21T11:46:26.628 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-01-21T11:46:26.754 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:25.085778+0000 mgr.smithi071.edbdnh (mgr.14180) 135 : cluster [DBG] pgmap v101: 97 pgs: 17 creating+peering, 61 active+clean, 19 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:26.754 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:46:25.255744+0000 mgr.smithi071.edbdnh (mgr.14180) 136 : cephadm [INF] Deploying daemon mds.foofs.smithi071.twqgul on smithi071 2024-01-21T11:46:26.754 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:25.565772+0000 mon.smithi071 (mon.0) 597 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-21T11:46:26.754 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:25.595835+0000 mon.smithi071 (mon.0) 598 : cluster [DBG] mds.? [v2:172.21.15.204:6832/2889921251,v1:172.21.15.204:6833/2889921251] up:boot 2024-01-21T11:46:26.754 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:25.595872+0000 mon.smithi071 (mon.0) 599 : cluster [INF] daemon mds.foofs.smithi204.omdamy assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-21T11:46:26.754 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:25.595916+0000 mon.smithi071 (mon.0) 600 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-21T11:46:26.754 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:25.595930+0000 mon.smithi071 (mon.0) 601 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-21T11:46:26.754 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:25.595938+0000 mon.smithi071 (mon.0) 602 : cluster [INF] Cluster is now healthy 2024-01-21T11:46:26.754 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:25.596092+0000 mon.smithi071 (mon.0) 603 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-01-21T11:46:26.754 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:25.596186+0000 mon.smithi071 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi204.omdamy"}]: dispatch 2024-01-21T11:46:26.754 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:25.598085+0000 mon.smithi071 (mon.0) 605 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi204.omdamy=up:creating} 2024-01-21T11:46:26.755 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:25.612820+0000 mon.smithi071 (mon.0) 606 : cluster [INF] daemon mds.foofs.smithi204.omdamy is now active in filesystem foofs as rank 0 2024-01-21T11:46:26.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:25.085778+0000 mgr.smithi071.edbdnh (mgr.14180) 135 : cluster [DBG] pgmap v101: 97 pgs: 17 creating+peering, 61 active+clean, 19 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:46:26.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:46:25.255744+0000 mgr.smithi071.edbdnh (mgr.14180) 136 : cephadm [INF] Deploying daemon mds.foofs.smithi071.twqgul on smithi071 2024-01-21T11:46:26.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:25.565772+0000 mon.smithi071 (mon.0) 597 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-21T11:46:26.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:25.595835+0000 mon.smithi071 (mon.0) 598 : cluster [DBG] mds.? [v2:172.21.15.204:6832/2889921251,v1:172.21.15.204:6833/2889921251] up:boot 2024-01-21T11:46:26.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:25.595872+0000 mon.smithi071 (mon.0) 599 : cluster [INF] daemon mds.foofs.smithi204.omdamy assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-21T11:46:26.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:25.595916+0000 mon.smithi071 (mon.0) 600 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-21T11:46:26.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:25.595930+0000 mon.smithi071 (mon.0) 601 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-21T11:46:26.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:25.595938+0000 mon.smithi071 (mon.0) 602 : cluster [INF] Cluster is now healthy 2024-01-21T11:46:26.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:25.596092+0000 mon.smithi071 (mon.0) 603 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-01-21T11:46:26.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:25.596186+0000 mon.smithi071 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi204.omdamy"}]: dispatch 2024-01-21T11:46:26.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:25.598085+0000 mon.smithi071 (mon.0) 605 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi204.omdamy=up:creating} 2024-01-21T11:46:26.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:25.612820+0000 mon.smithi071 (mon.0) 606 : cluster [INF] daemon mds.foofs.smithi204.omdamy is now active in filesystem foofs as rank 0 2024-01-21T11:46:27.071 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-21T11:46:27.080 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-01-21T11:46:27.081 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:27.795 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:26.584406+0000 mgr.smithi071.edbdnh (mgr.14180) 137 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:46:27.795 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:26.603412+0000 mon.smithi071 (mon.0) 607 : cluster [DBG] mgrmap e19: smithi071.edbdnh(active, since 2m), standbys: smithi204.htiyyg 2024-01-21T11:46:27.795 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:26.608922+0000 mon.smithi071 (mon.0) 608 : cluster [DBG] mds.? [v2:172.21.15.204:6832/2889921251,v1:172.21.15.204:6833/2889921251] up:active 2024-01-21T11:46:27.795 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:26.608978+0000 mon.smithi071 (mon.0) 609 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi204.omdamy=up:active} 2024-01-21T11:46:27.795 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:26.619287+0000 mon.smithi071 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 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-21T11:46:27.795 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:26.622362+0000 mon.smithi071 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 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-21T11:46:27.795 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:27.078362+0000 mon.smithi071 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:27.795 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:27.079666+0000 mon.smithi071 (mon.0) 613 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:46:27.795 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:27.230021+0000 mon.smithi071 (mon.0) 614 : cluster [DBG] mds.? [v2:172.21.15.71:6834/1428509487,v1:172.21.15.71:6835/1428509487] up:boot 2024-01-21T11:46:27.795 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:27.230078+0000 mon.smithi071 (mon.0) 615 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi204.omdamy=up:active} 1 up:standby 2024-01-21T11:46:27.795 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:27.230414+0000 mon.smithi071 (mon.0) 616 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi071.twqgul"}]: dispatch 2024-01-21T11:46:27.796 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:27.237180+0000 mon.smithi071 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:28.050 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:26.584406+0000 mgr.smithi071.edbdnh (mgr.14180) 137 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:46:28.051 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:26.603412+0000 mon.smithi071 (mon.0) 607 : cluster [DBG] mgrmap e19: smithi071.edbdnh(active, since 2m), standbys: smithi204.htiyyg 2024-01-21T11:46:28.051 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:26.608922+0000 mon.smithi071 (mon.0) 608 : cluster [DBG] mds.? [v2:172.21.15.204:6832/2889921251,v1:172.21.15.204:6833/2889921251] up:active 2024-01-21T11:46:28.051 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:26.608978+0000 mon.smithi071 (mon.0) 609 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi204.omdamy=up:active} 2024-01-21T11:46:28.051 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:26.619287+0000 mon.smithi071 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 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-21T11:46:28.051 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:26.622362+0000 mon.smithi071 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 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-21T11:46:28.051 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:27.078362+0000 mon.smithi071 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:28.051 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:27.079666+0000 mon.smithi071 (mon.0) 613 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:46:28.051 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:27.230021+0000 mon.smithi071 (mon.0) 614 : cluster [DBG] mds.? [v2:172.21.15.71:6834/1428509487,v1:172.21.15.71:6835/1428509487] up:boot 2024-01-21T11:46:28.051 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:27.230078+0000 mon.smithi071 (mon.0) 615 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi204.omdamy=up:active} 1 up:standby 2024-01-21T11:46:28.051 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:27.230414+0000 mon.smithi071 (mon.0) 616 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi071.twqgul"}]: dispatch 2024-01-21T11:46:28.051 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:27.237180+0000 mon.smithi071 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:28.644 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:46:28.644 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:20.782917Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:20.782979Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:20.783039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:20.782849Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:20.782715Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:20.783099Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:20.783218Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:20.783159Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:46:28.955 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:27.086292+0000 mgr.smithi071.edbdnh (mgr.14180) 138 : cluster [DBG] pgmap v103: 97 pgs: 7 creating+peering, 90 active+clean; 666 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2024-01-21T11:46:28.955 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:28.465338+0000 mon.smithi071 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:29.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:27.086292+0000 mgr.smithi071.edbdnh (mgr.14180) 138 : cluster [DBG] pgmap v103: 97 pgs: 7 creating+peering, 90 active+clean; 666 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2024-01-21T11:46:29.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:28.465338+0000 mon.smithi071 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:29.177 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:46:29.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:29 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:28.606510+0000 mon.smithi071 (mon.0) 619 : cluster [DBG] mgrmap e20: smithi071.edbdnh(active, since 2m), standbys: smithi204.htiyyg 2024-01-21T11:46:29.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:29 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:28.640819+0000 mgr.smithi071.edbdnh (mgr.14180) 139 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:30.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:29 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:28.606510+0000 mon.smithi071 (mon.0) 619 : cluster [DBG] mgrmap e20: smithi071.edbdnh(active, since 2m), standbys: smithi204.htiyyg 2024-01-21T11:46:30.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:29 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:28.640819+0000 mgr.smithi071.edbdnh (mgr.14180) 139 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:30.178 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:30.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:29.086644+0000 mgr.smithi071.edbdnh (mgr.14180) 140 : cluster [DBG] pgmap v104: 97 pgs: 3 creating+peering, 94 active+clean; 666 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s wr, 5 op/s 2024-01-21T11:46:30.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:30.291577+0000 mon.smithi071 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:30.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:30.292618+0000 mon.smithi071 (mon.0) 621 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:46:30.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:30.293298+0000 mon.smithi071 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:46:30.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:30.298025+0000 mon.smithi071 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:30.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:30.301861+0000 mon.smithi071 (mon.0) 624 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:46:30.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:30.309772+0000 mon.smithi071 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:30.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:30.325969+0000 mon.smithi071 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi071.ukzwcx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-21T11:46:30.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:30.329988+0000 mon.smithi071 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi071.ukzwcx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-21T11:46:30.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:30.330859+0000 mon.smithi071 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 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-21T11:46:30.835 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:30.334539+0000 mon.smithi071 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 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-21T11:46:30.835 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:30.335971+0000 mon.smithi071 (mon.0) 630 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:46:30.835 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:30.374706+0000 mon.smithi071 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-21T11:46:30.835 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:30.378320+0000 mon.smithi071 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-21T11:46:30.835 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:30.429330+0000 mon.smithi071 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi071.ukzwcx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T11:46:30.835 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:30.433285+0000 mon.smithi071 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi071.ukzwcx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T11:46:30.835 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:30.437222+0000 mon.smithi071 (mon.0) 635 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:46:31.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:29.086644+0000 mgr.smithi071.edbdnh (mgr.14180) 140 : cluster [DBG] pgmap v104: 97 pgs: 3 creating+peering, 94 active+clean; 666 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s wr, 5 op/s 2024-01-21T11:46:31.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:30.291577+0000 mon.smithi071 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:31.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:30.292618+0000 mon.smithi071 (mon.0) 621 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:46:31.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:30.293298+0000 mon.smithi071 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:46:31.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:30.298025+0000 mon.smithi071 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:31.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:30.301861+0000 mon.smithi071 (mon.0) 624 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:46:31.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:30.309772+0000 mon.smithi071 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:31.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:30.325969+0000 mon.smithi071 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi071.ukzwcx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-21T11:46:31.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:30.329988+0000 mon.smithi071 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi071.ukzwcx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-21T11:46:31.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:30.330859+0000 mon.smithi071 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 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-21T11:46:31.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:30.334539+0000 mon.smithi071 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 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-21T11:46:31.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:30.335971+0000 mon.smithi071 (mon.0) 630 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:46:31.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:30.374706+0000 mon.smithi071 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-21T11:46:31.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:30.378320+0000 mon.smithi071 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-21T11:46:31.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:30.429330+0000 mon.smithi071 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi071.ukzwcx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T11:46:31.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:30.433285+0000 mon.smithi071 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi071.ukzwcx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T11:46:31.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:30.437222+0000 mon.smithi071 (mon.0) 635 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:46:31.741 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:46:31.741 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:46:31.923 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:31 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:46:30.325596+0000 mgr.smithi071.edbdnh (mgr.14180) 141 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi071.ukzwcx 2024-01-21T11:46:31.923 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:31 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:46:30.330588+0000 mgr.smithi071.edbdnh (mgr.14180) 142 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-21T11:46:31.923 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:31 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:46:30.428797+0000 mgr.smithi071.edbdnh (mgr.14180) 143 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-21T11:46:31.923 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:31 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:46:30.428888+0000 mgr.smithi071.edbdnh (mgr.14180) 144 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi071.ukzwcx-rgw 2024-01-21T11:46:31.923 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:31 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:46:30.438017+0000 mgr.smithi071.edbdnh (mgr.14180) 145 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi071.ukzwcx on smithi071 2024-01-21T11:46:32.086 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:46:32.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:31 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:46:30.325596+0000 mgr.smithi071.edbdnh (mgr.14180) 141 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi071.ukzwcx 2024-01-21T11:46:32.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:31 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:46:30.330588+0000 mgr.smithi071.edbdnh (mgr.14180) 142 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-21T11:46:32.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:31 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:46:30.428797+0000 mgr.smithi071.edbdnh (mgr.14180) 143 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-21T11:46:32.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:31 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:46:30.428888+0000 mgr.smithi071.edbdnh (mgr.14180) 144 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi071.ukzwcx-rgw 2024-01-21T11:46:32.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:31 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:46:30.438017+0000 mgr.smithi071.edbdnh (mgr.14180) 145 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi071.ukzwcx on smithi071 2024-01-21T11:46:32.620 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:32 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:31.087231+0000 mgr.smithi071.edbdnh (mgr.14180) 146 : cluster [DBG] pgmap v105: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s wr, 7 op/s 2024-01-21T11:46:32.620 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:32 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:31.737021+0000 mgr.smithi071.edbdnh (mgr.14180) 147 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:32.620 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:32 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:32.502202+0000 mon.smithi071 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:32.620 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:32 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:32.507795+0000 mon.smithi071 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:33.087 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:33.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:32 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:31.087231+0000 mgr.smithi071.edbdnh (mgr.14180) 146 : cluster [DBG] pgmap v105: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s wr, 7 op/s 2024-01-21T11:46:33.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:32 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:31.737021+0000 mgr.smithi071.edbdnh (mgr.14180) 147 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:33.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:32 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:32.502202+0000 mon.smithi071 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:33.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:32 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:32.507795+0000 mon.smithi071 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:33.752 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:33 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:46:32.514761+0000 mgr.smithi071.edbdnh (mgr.14180) 148 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi204.rchkir on smithi204 2024-01-21T11:46:34.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:33 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:46:32.514761+0000 mgr.smithi071.edbdnh (mgr.14180) 148 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi204.rchkir on smithi204 2024-01-21T11:46:34.438 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:46:34.438 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:46:34.788 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:33.087709+0000 mgr.smithi071.edbdnh (mgr.14180) 149 : cluster [DBG] pgmap v106: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 2.2 KiB/s wr, 6 op/s 2024-01-21T11:46:34.789 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:46:34.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:33.087709+0000 mgr.smithi071.edbdnh (mgr.14180) 149 : cluster [DBG] pgmap v106: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 2.2 KiB/s wr, 6 op/s 2024-01-21T11:46:35.791 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:35.825 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:34.435299+0000 mgr.smithi071.edbdnh (mgr.14180) 150 : audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:36.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:34.435299+0000 mgr.smithi071.edbdnh (mgr.14180) 150 : audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:36.785 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:35.088186+0000 mgr.smithi071.edbdnh (mgr.14180) 151 : cluster [DBG] pgmap v107: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 409 B/s rd, 1.8 KiB/s wr, 5 op/s 2024-01-21T11:46:37.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:35.088186+0000 mgr.smithi071.edbdnh (mgr.14180) 151 : cluster [DBG] pgmap v107: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 409 B/s rd, 1.8 KiB/s wr, 5 op/s 2024-01-21T11:46:37.147 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:46:37.147 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:46:37.504 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:46:38.506 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:38.540 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:37.088614+0000 mgr.smithi071.edbdnh (mgr.14180) 152 : cluster [DBG] pgmap v108: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.1 KiB/s wr, 6 op/s 2024-01-21T11:46:38.540 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:37.142723+0000 mgr.smithi071.edbdnh (mgr.14180) 153 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:38.540 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:37.243160+0000 mon.smithi071 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:38.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:37.088614+0000 mgr.smithi071.edbdnh (mgr.14180) 152 : cluster [DBG] pgmap v108: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.1 KiB/s wr, 6 op/s 2024-01-21T11:46:38.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:37.142723+0000 mgr.smithi071.edbdnh (mgr.14180) 153 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:38.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:37.243160+0000 mon.smithi071 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:46:39.883 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:46:39.883 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:46:40.264 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:46:40.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:40 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:39.089315+0000 mgr.smithi071.edbdnh (mgr.14180) 154 : cluster [DBG] pgmap v109: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.7 KiB/s wr, 5 op/s 2024-01-21T11:46:40.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:40 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:39.880070+0000 mgr.smithi071.edbdnh (mgr.14180) 155 : audit [DBG] from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:40.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:40 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:39.089315+0000 mgr.smithi071.edbdnh (mgr.14180) 154 : cluster [DBG] pgmap v109: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.7 KiB/s wr, 5 op/s 2024-01-21T11:46:40.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:40 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:39.880070+0000 mgr.smithi071.edbdnh (mgr.14180) 155 : audit [DBG] from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:41.265 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:42.567 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:46:42.567 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:46:42.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:41.089832+0000 mgr.smithi071.edbdnh (mgr.14180) 156 : cluster [DBG] pgmap v110: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.0 KiB/s wr, 4 op/s 2024-01-21T11:46:42.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:41.089832+0000 mgr.smithi071.edbdnh (mgr.14180) 156 : cluster [DBG] pgmap v110: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.0 KiB/s wr, 4 op/s 2024-01-21T11:46:42.921 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:46:43.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:42.563519+0000 mgr.smithi071.edbdnh (mgr.14180) 157 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:43.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:43 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:42.563519+0000 mgr.smithi071.edbdnh (mgr.14180) 157 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:43.922 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:44.557 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:44 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:43.090380+0000 mgr.smithi071.edbdnh (mgr.14180) 158 : cluster [DBG] pgmap v111: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2024-01-21T11:46:44.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:44 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:43.090380+0000 mgr.smithi071.edbdnh (mgr.14180) 158 : cluster [DBG] pgmap v111: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2024-01-21T11:46:45.204 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:46:45.204 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:46:45.561 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:46:46.561 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:46.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:45.090878+0000 mgr.smithi071.edbdnh (mgr.14180) 159 : cluster [DBG] pgmap v112: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 767 B/s wr, 2 op/s 2024-01-21T11:46:46.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:45.201002+0000 mgr.smithi071.edbdnh (mgr.14180) 160 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:46.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:45.090878+0000 mgr.smithi071.edbdnh (mgr.14180) 159 : cluster [DBG] pgmap v112: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 767 B/s wr, 2 op/s 2024-01-21T11:46:46.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:45.201002+0000 mgr.smithi071.edbdnh (mgr.14180) 160 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:47.962 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:46:47.963 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:46:48.343 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:46:48.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:47.091406+0000 mgr.smithi071.edbdnh (mgr.14180) 161 : cluster [DBG] pgmap v113: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2024-01-21T11:46:48.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:47.091406+0000 mgr.smithi071.edbdnh (mgr.14180) 161 : cluster [DBG] pgmap v113: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2024-01-21T11:46:49.345 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:49.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:47.959047+0000 mgr.smithi071.edbdnh (mgr.14180) 162 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:49.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:47.959047+0000 mgr.smithi071.edbdnh (mgr.14180) 162 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:50.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:49.091847+0000 mgr.smithi071.edbdnh (mgr.14180) 163 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-01-21T11:46:50.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:49.091847+0000 mgr.smithi071.edbdnh (mgr.14180) 163 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-01-21T11:46:50.664 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:46:50.664 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:46:51.026 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:46:51.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:51 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:50.661705+0000 mgr.smithi071.edbdnh (mgr.14180) 164 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:51.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:51 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:50.661705+0000 mgr.smithi071.edbdnh (mgr.14180) 164 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:52.028 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:52.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:51.092604+0000 mgr.smithi071.edbdnh (mgr.14180) 165 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-01-21T11:46:52.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:51.092604+0000 mgr.smithi071.edbdnh (mgr.14180) 165 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-01-21T11:46:53.349 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:46:53.349 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:46:53.726 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:46:54.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:53.093011+0000 mgr.smithi071.edbdnh (mgr.14180) 166 : cluster [DBG] pgmap v116: 97 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-21T11:46:54.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:53.346406+0000 mgr.smithi071.edbdnh (mgr.14180) 167 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:54.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:53.093011+0000 mgr.smithi071.edbdnh (mgr.14180) 166 : cluster [DBG] pgmap v116: 97 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-21T11:46:54.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:53.346406+0000 mgr.smithi071.edbdnh (mgr.14180) 167 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:54.726 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:56.043 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:46:56.043 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:46:56.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:56 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:55.093504+0000 mgr.smithi071.edbdnh (mgr.14180) 168 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:46:56.401 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:46:56.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:56 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:55.093504+0000 mgr.smithi071.edbdnh (mgr.14180) 168 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:46:57.402 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:57.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:56.040649+0000 mgr.smithi071.edbdnh (mgr.14180) 169 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:57.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:57 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:56.040649+0000 mgr.smithi071.edbdnh (mgr.14180) 169 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:58.387 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:57.094039+0000 mgr.smithi071.edbdnh (mgr.14180) 170 : cluster [DBG] pgmap v118: 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-21T11:46:58.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:57.094039+0000 mgr.smithi071.edbdnh (mgr.14180) 170 : cluster [DBG] pgmap v118: 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-21T11:46:58.748 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:46:58.748 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:46:59.100 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:46:59.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:46:59 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:46:58.745544+0000 mgr.smithi071.edbdnh (mgr.14180) 171 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:59.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:46:59 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:46:58.745544+0000 mgr.smithi071.edbdnh (mgr.14180) 171 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:00.101 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:00.434 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:46:59.094444+0000 mgr.smithi071.edbdnh (mgr.14180) 172 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:00.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:46:59.094444+0000 mgr.smithi071.edbdnh (mgr.14180) 172 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:01.449 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:47:01.449 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:01.808 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:47:02.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:01.094965+0000 mgr.smithi071.edbdnh (mgr.14180) 173 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:02.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:47:01.446361+0000 mgr.smithi071.edbdnh (mgr.14180) 174 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:02.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:01.094965+0000 mgr.smithi071.edbdnh (mgr.14180) 173 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:02.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:47:01.446361+0000 mgr.smithi071.edbdnh (mgr.14180) 174 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:02.809 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:04.130 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:47:04.131 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:04.406 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:03.095362+0000 mgr.smithi071.edbdnh (mgr.14180) 175 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:04.491 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:47:04.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:03.095362+0000 mgr.smithi071.edbdnh (mgr.14180) 175 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:05.492 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:05.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:05 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:47:04.127941+0000 mgr.smithi071.edbdnh (mgr.14180) 176 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:05.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:05 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:47:04.127941+0000 mgr.smithi071.edbdnh (mgr.14180) 176 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:06.461 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:05.095833+0000 mgr.smithi071.edbdnh (mgr.14180) 177 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:06.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:05.095833+0000 mgr.smithi071.edbdnh (mgr.14180) 177 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:06.818 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:47:06.818 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:07.182 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:47:07.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:47:06.815740+0000 mgr.smithi071.edbdnh (mgr.14180) 178 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:07.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:07 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:47:06.815740+0000 mgr.smithi071.edbdnh (mgr.14180) 178 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:08.183 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:08.526 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:07.096248+0000 mgr.smithi071.edbdnh (mgr.14180) 179 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:47:08.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:07.096248+0000 mgr.smithi071.edbdnh (mgr.14180) 179 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:47:09.489 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:47:09.489 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:09.857 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:47:10.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:09.096641+0000 mgr.smithi071.edbdnh (mgr.14180) 180 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:10.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:47:09.485157+0000 mgr.smithi071.edbdnh (mgr.14180) 181 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:10.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:09.096641+0000 mgr.smithi071.edbdnh (mgr.14180) 180 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:10.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:47:09.485157+0000 mgr.smithi071.edbdnh (mgr.14180) 181 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:10.858 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:12.159 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:47:12.159 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:12.481 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:11.097229+0000 mgr.smithi071.edbdnh (mgr.14180) 182 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:12.522 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:47:12.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:11.097229+0000 mgr.smithi071.edbdnh (mgr.14180) 182 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:13.523 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:13.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:47:12.155184+0000 mgr.smithi071.edbdnh (mgr.14180) 183 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:13.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:47:12.155184+0000 mgr.smithi071.edbdnh (mgr.14180) 183 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:14.460 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:13.097657+0000 mgr.smithi071.edbdnh (mgr.14180) 184 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:14.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:13.097657+0000 mgr.smithi071.edbdnh (mgr.14180) 184 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:14.802 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:47:14.802 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:15.189 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:47:15.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:47:14.798641+0000 mgr.smithi071.edbdnh (mgr.14180) 185 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:15.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:15 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:47:14.798641+0000 mgr.smithi071.edbdnh (mgr.14180) 185 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:16.190 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:16.515 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:15.098169+0000 mgr.smithi071.edbdnh (mgr.14180) 186 : 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-21T11:47:16.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:15.098169+0000 mgr.smithi071.edbdnh (mgr.14180) 186 : 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-21T11:47:17.508 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:47:17.508 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:17.879 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:47:18.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:17.098720+0000 mgr.smithi071.edbdnh (mgr.14180) 187 : 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-21T11:47:18.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:47:17.505456+0000 mgr.smithi071.edbdnh (mgr.14180) 188 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:18.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:17.098720+0000 mgr.smithi071.edbdnh (mgr.14180) 187 : 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-21T11:47:18.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:47:17.505456+0000 mgr.smithi071.edbdnh (mgr.14180) 188 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:18.881 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:20.193 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:47:20.194 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:20.561 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:19.099109+0000 mgr.smithi071.edbdnh (mgr.14180) 189 : 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-21T11:47:20.562 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:47:20.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:19.099109+0000 mgr.smithi071.edbdnh (mgr.14180) 189 : 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-21T11:47:21.563 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:21.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:47:20.190624+0000 mgr.smithi071.edbdnh (mgr.14180) 190 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:21.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:47:20.190624+0000 mgr.smithi071.edbdnh (mgr.14180) 190 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:22.500 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:21.099751+0000 mgr.smithi071.edbdnh (mgr.14180) 191 : 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-21T11:47:22.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:21.099751+0000 mgr.smithi071.edbdnh (mgr.14180) 191 : 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-21T11:47:22.843 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:47:22.844 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:23.195 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:47:23.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:47:22.839855+0000 mgr.smithi071.edbdnh (mgr.14180) 192 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:23.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:47:22.839855+0000 mgr.smithi071.edbdnh (mgr.14180) 192 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:24.196 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:24.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:23.100155+0000 mgr.smithi071.edbdnh (mgr.14180) 193 : 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-21T11:47:24.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:23.100155+0000 mgr.smithi071.edbdnh (mgr.14180) 193 : 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-21T11:47:25.498 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:47:25.498 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:25.854 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:47:26.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:25.100659+0000 mgr.smithi071.edbdnh (mgr.14180) 194 : 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-21T11:47:26.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:47:25.494499+0000 mgr.smithi071.edbdnh (mgr.14180) 195 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:26.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:25.100659+0000 mgr.smithi071.edbdnh (mgr.14180) 194 : 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-21T11:47:26.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:47:25.494499+0000 mgr.smithi071.edbdnh (mgr.14180) 195 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:26.855 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:28.161 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:47:28.161 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:28.543 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:27.101241+0000 mgr.smithi071.edbdnh (mgr.14180) 196 : 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-21T11:47:28.544 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:47:28.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:27.101241+0000 mgr.smithi071.edbdnh (mgr.14180) 196 : 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-21T11:47:29.545 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:29.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:29 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:47:28.158238+0000 mgr.smithi071.edbdnh (mgr.14180) 197 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:29.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:29 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:47:28.158238+0000 mgr.smithi071.edbdnh (mgr.14180) 197 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:30.498 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:29.101793+0000 mgr.smithi071.edbdnh (mgr.14180) 198 : 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-21T11:47:30.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:29.101793+0000 mgr.smithi071.edbdnh (mgr.14180) 198 : 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-21T11:47:30.882 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:47:30.882 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:31.234 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:47:31.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:31 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:47:30.879725+0000 mgr.smithi071.edbdnh (mgr.14180) 199 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:31.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:31 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:47:30.879725+0000 mgr.smithi071.edbdnh (mgr.14180) 199 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:32.235 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:32.562 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:32 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:31.102443+0000 mgr.smithi071.edbdnh (mgr.14180) 200 : 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-21T11:47:32.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:32 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:31.102443+0000 mgr.smithi071.edbdnh (mgr.14180) 200 : 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-21T11:47:33.609 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:47:33.609 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:33.959 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:47:34.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:33.103034+0000 mgr.smithi071.edbdnh (mgr.14180) 201 : 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-21T11:47:34.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:47:33.606414+0000 mgr.smithi071.edbdnh (mgr.14180) 202 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:34.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:33.103034+0000 mgr.smithi071.edbdnh (mgr.14180) 201 : 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-21T11:47:34.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:47:33.606414+0000 mgr.smithi071.edbdnh (mgr.14180) 202 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:34.961 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:36.294 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:47:36.295 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:36.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:35.103500+0000 mgr.smithi071.edbdnh (mgr.14180) 203 : 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-21T11:47:36.667 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:47:36.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:35.103500+0000 mgr.smithi071.edbdnh (mgr.14180) 203 : 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-21T11:47:37.669 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:37.699 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:47:36.291368+0000 mgr.smithi071.edbdnh (mgr.14180) 204 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:37.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:37 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:47:36.291368+0000 mgr.smithi071.edbdnh (mgr.14180) 204 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:38.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:37.104057+0000 mgr.smithi071.edbdnh (mgr.14180) 205 : 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-21T11:47:38.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:37.104057+0000 mgr.smithi071.edbdnh (mgr.14180) 205 : 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-21T11:47:38.983 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:47:38.983 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:39.391 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:47:40.392 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:40.709 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:40 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:47:38.980109+0000 mgr.smithi071.edbdnh (mgr.14180) 206 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:40.709 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:40 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:39.104436+0000 mgr.smithi071.edbdnh (mgr.14180) 207 : 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-21T11:47:40.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:40 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:47:38.980109+0000 mgr.smithi071.edbdnh (mgr.14180) 206 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:40.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:40 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:39.104436+0000 mgr.smithi071.edbdnh (mgr.14180) 207 : 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-21T11:47:41.720 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:47:41.720 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:42.066 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:47:42.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:41.105153+0000 mgr.smithi071.edbdnh (mgr.14180) 208 : 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-21T11:47:42.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:47:41.716751+0000 mgr.smithi071.edbdnh (mgr.14180) 209 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:42.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:41.105153+0000 mgr.smithi071.edbdnh (mgr.14180) 208 : 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-21T11:47:42.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:47:41.716751+0000 mgr.smithi071.edbdnh (mgr.14180) 209 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:43.067 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:44.389 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:47:44.389 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:44.672 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:44 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:43.105599+0000 mgr.smithi071.edbdnh (mgr.14180) 210 : 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-21T11:47:44.766 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:47:44.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:44 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:43.105599+0000 mgr.smithi071.edbdnh (mgr.14180) 210 : 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-21T11:47:45.768 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:45.801 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:47:44.385887+0000 mgr.smithi071.edbdnh (mgr.14180) 211 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:45.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:47:44.385887+0000 mgr.smithi071.edbdnh (mgr.14180) 211 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:46.735 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:45.106162+0000 mgr.smithi071.edbdnh (mgr.14180) 212 : 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-21T11:47:46.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:45.106162+0000 mgr.smithi071.edbdnh (mgr.14180) 212 : 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-21T11:47:47.109 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:47:47.109 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:47.473 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:47:48.475 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:48.808 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:47:47.105391+0000 mgr.smithi071.edbdnh (mgr.14180) 213 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:48.808 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:47.106550+0000 mgr.smithi071.edbdnh (mgr.14180) 214 : 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-21T11:47:48.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:47:47.105391+0000 mgr.smithi071.edbdnh (mgr.14180) 213 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:48.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:47.106550+0000 mgr.smithi071.edbdnh (mgr.14180) 214 : 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-21T11:47:49.801 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:47:49.801 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:50.180 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:47:50.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:49.106890+0000 mgr.smithi071.edbdnh (mgr.14180) 215 : 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-21T11:47:50.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:47:49.798510+0000 mgr.smithi071.edbdnh (mgr.14180) 216 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:50.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:49.106890+0000 mgr.smithi071.edbdnh (mgr.14180) 215 : 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-21T11:47:50.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:47:49.798510+0000 mgr.smithi071.edbdnh (mgr.14180) 216 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:51.181 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:52.501 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:47:52.501 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:52.762 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:51.107480+0000 mgr.smithi071.edbdnh (mgr.14180) 217 : 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-21T11:47:52.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:51.107480+0000 mgr.smithi071.edbdnh (mgr.14180) 217 : 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-21T11:47:52.871 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:47:53.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:47:52.498486+0000 mgr.smithi071.edbdnh (mgr.14180) 218 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:53.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:53 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:47:52.498486+0000 mgr.smithi071.edbdnh (mgr.14180) 218 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:53.872 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:54.517 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:53.108081+0000 mgr.smithi071.edbdnh (mgr.14180) 219 : 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-21T11:47:54.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:53.108081+0000 mgr.smithi071.edbdnh (mgr.14180) 219 : 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-21T11:47:55.180 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:47:55.180 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:55.538 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:47:56.539 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:56.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:56 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:55.108601+0000 mgr.smithi071.edbdnh (mgr.14180) 220 : 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-21T11:47:56.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:56 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:47:55.176893+0000 mgr.smithi071.edbdnh (mgr.14180) 221 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:56.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:56 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:55.108601+0000 mgr.smithi071.edbdnh (mgr.14180) 220 : 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-21T11:47:56.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:56 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:47:55.176893+0000 mgr.smithi071.edbdnh (mgr.14180) 221 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:57.829 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:47:57.830 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:47:58.204 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:47:58.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:57.109113+0000 mgr.smithi071.edbdnh (mgr.14180) 222 : 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-21T11:47:58.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:47:57.826499+0000 mgr.smithi071.edbdnh (mgr.14180) 223 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:58.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:57.109113+0000 mgr.smithi071.edbdnh (mgr.14180) 222 : 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-21T11:47:58.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:47:57.826499+0000 mgr.smithi071.edbdnh (mgr.14180) 223 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:59.206 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:59.523 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:47:59 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:58.443141+0000 mon.smithi071 (mon.0) 639 : cluster [DBG] mgrmap e21: smithi071.edbdnh(active, since 4m), standbys: smithi204.htiyyg 2024-01-21T11:47:59.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:47:59 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:58.443141+0000 mon.smithi071 (mon.0) 639 : cluster [DBG] mgrmap e21: smithi071.edbdnh(active, since 4m), standbys: smithi204.htiyyg 2024-01-21T11:48:00.505 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:48:00.505 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:00.794 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:47:59.109676+0000 mgr.smithi071.edbdnh (mgr.14180) 224 : 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-21T11:48:00.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:47:59.109676+0000 mgr.smithi071.edbdnh (mgr.14180) 224 : 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-21T11:48:00.862 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:48:01.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:01 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:48:00.501270+0000 mgr.smithi071.edbdnh (mgr.14180) 225 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:01.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:01 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:48:00.501270+0000 mgr.smithi071.edbdnh (mgr.14180) 225 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:01.862 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:02.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:01.110165+0000 mgr.smithi071.edbdnh (mgr.14180) 226 : cluster [DBG] pgmap v150: 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-21T11:48:02.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:01.110165+0000 mgr.smithi071.edbdnh (mgr.14180) 226 : cluster [DBG] pgmap v150: 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-21T11:48:03.187 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:48:03.188 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:03.545 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:48:04.547 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:04.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:03.110542+0000 mgr.smithi071.edbdnh (mgr.14180) 227 : cluster [DBG] pgmap v151: 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-21T11:48:04.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:48:03.184076+0000 mgr.smithi071.edbdnh (mgr.14180) 228 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:04.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:03.110542+0000 mgr.smithi071.edbdnh (mgr.14180) 227 : cluster [DBG] pgmap v151: 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-21T11:48:04.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:48:03.184076+0000 mgr.smithi071.edbdnh (mgr.14180) 228 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:05.864 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:48:05.865 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:06.235 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:48:06.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:05.111003+0000 mgr.smithi071.edbdnh (mgr.14180) 229 : cluster [DBG] pgmap v152: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T11:48:06.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:48:05.861858+0000 mgr.smithi071.edbdnh (mgr.14180) 230 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:06.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:05.111003+0000 mgr.smithi071.edbdnh (mgr.14180) 229 : cluster [DBG] pgmap v152: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T11:48:06.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:48:05.861858+0000 mgr.smithi071.edbdnh (mgr.14180) 230 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:07.236 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:08.605 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:48:08.605 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:08.756 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:07.111729+0000 mgr.smithi071.edbdnh (mgr.14180) 231 : cluster [DBG] pgmap v153: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T11:48:08.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:07.111729+0000 mgr.smithi071.edbdnh (mgr.14180) 231 : cluster [DBG] pgmap v153: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T11:48:08.968 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:48:09.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:48:08.602227+0000 mgr.smithi071.edbdnh (mgr.14180) 232 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:09.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:48:08.602227+0000 mgr.smithi071.edbdnh (mgr.14180) 232 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:09.969 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:10.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:09.112195+0000 mgr.smithi071.edbdnh (mgr.14180) 233 : cluster [DBG] pgmap v154: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T11:48:10.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:09.112195+0000 mgr.smithi071.edbdnh (mgr.14180) 233 : cluster [DBG] pgmap v154: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T11:48:11.276 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:48:11.276 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:11.635 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:48:12.637 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:12.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:11.112669+0000 mgr.smithi071.edbdnh (mgr.14180) 234 : cluster [DBG] pgmap v155: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T11:48:12.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:48:11.273507+0000 mgr.smithi071.edbdnh (mgr.14180) 235 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:12.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:11.112669+0000 mgr.smithi071.edbdnh (mgr.14180) 234 : cluster [DBG] pgmap v155: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T11:48:12.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:48:11.273507+0000 mgr.smithi071.edbdnh (mgr.14180) 235 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:13.943 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:48:13.944 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:14.327 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:48:14.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:13.113321+0000 mgr.smithi071.edbdnh (mgr.14180) 236 : cluster [DBG] pgmap v156: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:14.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:13.113321+0000 mgr.smithi071.edbdnh (mgr.14180) 236 : cluster [DBG] pgmap v156: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:15.328 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:15.646 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:48:13.940706+0000 mgr.smithi071.edbdnh (mgr.14180) 237 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:15.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:15 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:48:13.940706+0000 mgr.smithi071.edbdnh (mgr.14180) 237 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:16.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:15.114034+0000 mgr.smithi071.edbdnh (mgr.14180) 238 : cluster [DBG] pgmap v157: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:16.654 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:48:16.654 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:16.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:15.114034+0000 mgr.smithi071.edbdnh (mgr.14180) 238 : cluster [DBG] pgmap v157: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:17.017 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:48:17.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:17 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:48:16.651625+0000 mgr.smithi071.edbdnh (mgr.14180) 239 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:17.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:17 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:48:16.651625+0000 mgr.smithi071.edbdnh (mgr.14180) 239 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:18.018 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:18.679 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:17.114511+0000 mgr.smithi071.edbdnh (mgr.14180) 240 : cluster [DBG] pgmap v158: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:48:18.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:17.114511+0000 mgr.smithi071.edbdnh (mgr.14180) 240 : cluster [DBG] pgmap v158: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:48:19.319 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:48:19.320 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:19.674 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:48:20.675 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:20.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:19.114894+0000 mgr.smithi071.edbdnh (mgr.14180) 241 : cluster [DBG] pgmap v159: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:20.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:48:19.316649+0000 mgr.smithi071.edbdnh (mgr.14180) 242 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:20.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:19.114894+0000 mgr.smithi071.edbdnh (mgr.14180) 241 : cluster [DBG] pgmap v159: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:20.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:48:19.316649+0000 mgr.smithi071.edbdnh (mgr.14180) 242 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:21.986 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:48:21.986 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:22.366 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:48:22.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:21.115563+0000 mgr.smithi071.edbdnh (mgr.14180) 243 : cluster [DBG] pgmap v160: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:22.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:21.115563+0000 mgr.smithi071.edbdnh (mgr.14180) 243 : cluster [DBG] pgmap v160: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:23.367 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:23.709 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:48:21.983659+0000 mgr.smithi071.edbdnh (mgr.14180) 244 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:23.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:48:21.983659+0000 mgr.smithi071.edbdnh (mgr.14180) 244 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:24.724 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:48:24.724 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:24.752 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:23.116102+0000 mgr.smithi071.edbdnh (mgr.14180) 245 : cluster [DBG] pgmap v161: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:24.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:23.116102+0000 mgr.smithi071.edbdnh (mgr.14180) 245 : cluster [DBG] pgmap v161: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:25.098 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:48:25.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:48:24.720949+0000 mgr.smithi071.edbdnh (mgr.14180) 246 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:25.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:25 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:48:24.720949+0000 mgr.smithi071.edbdnh (mgr.14180) 246 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:26.099 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:26.769 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:25.116779+0000 mgr.smithi071.edbdnh (mgr.14180) 247 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:26.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:25.116779+0000 mgr.smithi071.edbdnh (mgr.14180) 247 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:27.426 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:48:27.426 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:27.781 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:48:28.782 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:28.814 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:27.117207+0000 mgr.smithi071.edbdnh (mgr.14180) 248 : cluster [DBG] pgmap v163: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:48:28.814 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:48:27.422895+0000 mgr.smithi071.edbdnh (mgr.14180) 249 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:28.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:27.117207+0000 mgr.smithi071.edbdnh (mgr.14180) 248 : cluster [DBG] pgmap v163: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:48:28.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:48:27.422895+0000 mgr.smithi071.edbdnh (mgr.14180) 249 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:30.107 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:48:30.108 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:30.464 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:48:30.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:29.117746+0000 mgr.smithi071.edbdnh (mgr.14180) 250 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:30.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:29.117746+0000 mgr.smithi071.edbdnh (mgr.14180) 250 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:31.465 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:31.799 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:31 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:48:30.104828+0000 mgr.smithi071.edbdnh (mgr.14180) 251 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:31.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:31 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:48:30.104828+0000 mgr.smithi071.edbdnh (mgr.14180) 251 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:32.798 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:48:32.798 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:32.826 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:32 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:31.118554+0000 mgr.smithi071.edbdnh (mgr.14180) 252 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:32.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:32 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:31.118554+0000 mgr.smithi071.edbdnh (mgr.14180) 252 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:33.180 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:48:33.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:33 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:48:32.795668+0000 mgr.smithi071.edbdnh (mgr.14180) 253 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:33.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:33 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:48:32.795668+0000 mgr.smithi071.edbdnh (mgr.14180) 253 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:34.181 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:34.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:33.119115+0000 mgr.smithi071.edbdnh (mgr.14180) 254 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:34.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:33.119115+0000 mgr.smithi071.edbdnh (mgr.14180) 254 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:35.546 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:48:35.546 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:35.896 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:48:36.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:35.119576+0000 mgr.smithi071.edbdnh (mgr.14180) 255 : 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-21T11:48:36.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:48:35.542949+0000 mgr.smithi071.edbdnh (mgr.14180) 256 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:36.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:35.119576+0000 mgr.smithi071.edbdnh (mgr.14180) 255 : 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-21T11:48:36.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:48:35.542949+0000 mgr.smithi071.edbdnh (mgr.14180) 256 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:36.896 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:38.197 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:48:38.197 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:38.546 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:48:38.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:37.119976+0000 mgr.smithi071.edbdnh (mgr.14180) 257 : 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-21T11:48:38.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:37.119976+0000 mgr.smithi071.edbdnh (mgr.14180) 257 : 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-21T11:48:39.548 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:39.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:39 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:48:38.193745+0000 mgr.smithi071.edbdnh (mgr.14180) 258 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:39.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:39 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:48:38.193745+0000 mgr.smithi071.edbdnh (mgr.14180) 258 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:40.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:40 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:39.120356+0000 mgr.smithi071.edbdnh (mgr.14180) 259 : 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-21T11:48:40.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:40 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:39.120356+0000 mgr.smithi071.edbdnh (mgr.14180) 259 : 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-21T11:48:40.911 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:48:40.911 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:41.270 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:48:41.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:41 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:48:40.908371+0000 mgr.smithi071.edbdnh (mgr.14180) 260 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:41.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:41 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:48:40.908371+0000 mgr.smithi071.edbdnh (mgr.14180) 260 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:42.271 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:42.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:41.120828+0000 mgr.smithi071.edbdnh (mgr.14180) 261 : 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-21T11:48:42.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:41.120828+0000 mgr.smithi071.edbdnh (mgr.14180) 261 : 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-21T11:48:43.608 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:48:43.608 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:43.970 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:48:44.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:44 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:43.121213+0000 mgr.smithi071.edbdnh (mgr.14180) 262 : 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-21T11:48:44.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:44 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:48:43.605183+0000 mgr.smithi071.edbdnh (mgr.14180) 263 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:44.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:44 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:43.121213+0000 mgr.smithi071.edbdnh (mgr.14180) 262 : 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-21T11:48:44.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:44 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:48:43.605183+0000 mgr.smithi071.edbdnh (mgr.14180) 263 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:44.970 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:46.321 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:48:46.321 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:46.676 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:45.121689+0000 mgr.smithi071.edbdnh (mgr.14180) 264 : 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-21T11:48:46.677 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:48:46.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:45.121689+0000 mgr.smithi071.edbdnh (mgr.14180) 264 : 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-21T11:48:47.678 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:47.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:47 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:48:46.317749+0000 mgr.smithi071.edbdnh (mgr.14180) 265 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:47.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:47 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:48:46.317749+0000 mgr.smithi071.edbdnh (mgr.14180) 265 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:48.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:47.122060+0000 mgr.smithi071.edbdnh (mgr.14180) 266 : 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-21T11:48:48.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:47.122060+0000 mgr.smithi071.edbdnh (mgr.14180) 266 : 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-21T11:48:48.977 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:48:48.977 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:49.352 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:48:50.353 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:50.678 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:48:48.973660+0000 mgr.smithi071.edbdnh (mgr.14180) 267 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:50.679 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:49.122405+0000 mgr.smithi071.edbdnh (mgr.14180) 268 : 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-21T11:48:50.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:48:48.973660+0000 mgr.smithi071.edbdnh (mgr.14180) 267 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:50.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:49.122405+0000 mgr.smithi071.edbdnh (mgr.14180) 268 : 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-21T11:48:51.663 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:48:51.664 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:52.027 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:48:52.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:51.122847+0000 mgr.smithi071.edbdnh (mgr.14180) 269 : 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-21T11:48:52.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:48:51.661001+0000 mgr.smithi071.edbdnh (mgr.14180) 270 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:52.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:51.122847+0000 mgr.smithi071.edbdnh (mgr.14180) 269 : 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-21T11:48:52.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:48:51.661001+0000 mgr.smithi071.edbdnh (mgr.14180) 270 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:53.028 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:54.331 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:48:54.332 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:54.691 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:53.123288+0000 mgr.smithi071.edbdnh (mgr.14180) 271 : 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-21T11:48:54.692 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:48:54.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:53.123288+0000 mgr.smithi071.edbdnh (mgr.14180) 271 : 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-21T11:48:55.694 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:55.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:55 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:48:54.328199+0000 mgr.smithi071.edbdnh (mgr.14180) 272 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:55.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:55 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:48:54.328199+0000 mgr.smithi071.edbdnh (mgr.14180) 272 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:56.679 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:56 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:55.123735+0000 mgr.smithi071.edbdnh (mgr.14180) 273 : 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-21T11:48:56.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:56 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:55.123735+0000 mgr.smithi071.edbdnh (mgr.14180) 273 : 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-21T11:48:57.034 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:48:57.034 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:48:57.391 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:48:58.392 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:58.725 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:48:57.031670+0000 mgr.smithi071.edbdnh (mgr.14180) 274 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:58.726 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:48:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:57.124155+0000 mgr.smithi071.edbdnh (mgr.14180) 275 : 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-21T11:48:58.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:48:57.031670+0000 mgr.smithi071.edbdnh (mgr.14180) 274 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:58.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:48:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:57.124155+0000 mgr.smithi071.edbdnh (mgr.14180) 275 : 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-21T11:48:59.755 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:48:59.755 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z 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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:00.075 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:49:00.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:48:59.124581+0000 mgr.smithi071.edbdnh (mgr.14180) 276 : 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-21T11:49:00.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:48:59.752123+0000 mgr.smithi071.edbdnh (mgr.14180) 277 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:01.077 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:01.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:48:59.124581+0000 mgr.smithi071.edbdnh (mgr.14180) 276 : 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-21T11:49:01.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:48:59.752123+0000 mgr.smithi071.edbdnh (mgr.14180) 277 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:02.468 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:49:02.468 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:02.748 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:01.125100+0000 mgr.smithi071.edbdnh (mgr.14180) 278 : 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-21T11:49:02.748 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:49:01.612737+0000 mgr.smithi071.edbdnh (mgr.14180) 279 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir 2024-01-21T11:49:02.749 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir 2024-01-21T11:49:02.749 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir 2024-01-21T11:49:02.749 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir 2024-01-21T11:49:02.749 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Deploy daemon haproxy.nfs.foo.smithi204.rchkir ... 2024-01-21T11:49:02.749 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:49:02.749 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:49:02.749 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:47:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:49:02.749 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:47:46Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:49:02.749 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:48:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:49:02.749 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:49:02.749 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:49:02.749 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Traceback (most recent call last): 2024-01-21T11:49:02.750 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:49:02.750 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: yield (conn, connr) 2024-01-21T11:49:02.750 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:49:02.750 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: code, '\n'.join(err))) 2024-01-21T11:49:02.750 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir 2024-01-21T11:49:02.750 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir 2024-01-21T11:49:02.750 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir 2024-01-21T11:49:02.750 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir 2024-01-21T11:49:02.750 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Deploy daemon haproxy.nfs.foo.smithi204.rchkir ... 2024-01-21T11:49:02.750 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:49:02.751 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:49:02.751 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:47:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:49:02.751 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:47:46Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:49:02.751 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:48:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:49:02.751 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:49:02.751 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:49:02.751 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:49:01.612884+0000 mgr.smithi071.edbdnh (mgr.14180) 280 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi204.rchkir 2024-01-21T11:49:02.751 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:49:01.613177+0000 mon.smithi071 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi204.rchkir"}]: dispatch 2024-01-21T11:49:02.751 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:49:01.613738+0000 mgr.smithi071.edbdnh (mgr.14180) 281 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir 2024-01-21T11:49:02.751 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir 2024-01-21T11:49:02.751 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir 2024-01-21T11:49:02.752 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir 2024-01-21T11:49:02.752 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Deploy daemon haproxy.nfs.foo.smithi204.rchkir ... 2024-01-21T11:49:02.752 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:49:02.752 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:49:02.752 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:47:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:49:02.752 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:47:46Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:49:02.752 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:48:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:49:02.753 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:49:02.753 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:49:02.753 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:49:01.615133+0000 mgr.smithi071.edbdnh (mgr.14180) 282 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi071.joimeo on smithi071 2024-01-21T11:49:02.841 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:49:03.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:01.125100+0000 mgr.smithi071.edbdnh (mgr.14180) 278 : 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-21T11:49:03.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:49:01.612737+0000 mgr.smithi071.edbdnh (mgr.14180) 279 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir 2024-01-21T11:49:03.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir 2024-01-21T11:49:03.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir 2024-01-21T11:49:03.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir 2024-01-21T11:49:03.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Deploy daemon haproxy.nfs.foo.smithi204.rchkir ... 2024-01-21T11:49:03.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:49:03.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:49:03.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:47:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:49:03.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:47:46Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:49:03.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:48:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:49:03.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:49:03.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:49:03.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Traceback (most recent call last): 2024-01-21T11:49:03.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:49:03.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: yield (conn, connr) 2024-01-21T11:49:03.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:49:03.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: code, '\n'.join(err))) 2024-01-21T11:49:03.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir 2024-01-21T11:49:03.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir 2024-01-21T11:49:03.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir 2024-01-21T11:49:03.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir 2024-01-21T11:49:03.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Deploy daemon haproxy.nfs.foo.smithi204.rchkir ... 2024-01-21T11:49:03.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:49:03.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:49:03.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:47:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:49:03.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:47:46Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:49:03.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:48:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:49:03.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:49:03.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:49:03.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:49:01.612884+0000 mgr.smithi071.edbdnh (mgr.14180) 280 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi204.rchkir 2024-01-21T11:49:03.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:49:01.613177+0000 mon.smithi071 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi204.rchkir"}]: dispatch 2024-01-21T11:49:03.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:49:01.613738+0000 mgr.smithi071.edbdnh (mgr.14180) 281 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir 2024-01-21T11:49:03.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir 2024-01-21T11:49:03.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir 2024-01-21T11:49:03.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir 2024-01-21T11:49:03.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Deploy daemon haproxy.nfs.foo.smithi204.rchkir ... 2024-01-21T11:49:03.097 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:49:03.097 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:49:03.097 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:47:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:49:03.097 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:47:46Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:49:03.097 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:48:24Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:49:03.097 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:49:03.097 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:49:03.097 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:49:01.615133+0000 mgr.smithi071.edbdnh (mgr.14180) 282 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi071.joimeo on smithi071 2024-01-21T11:49:03.842 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:03.875 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:49:02.465569+0000 mgr.smithi071.edbdnh (mgr.14180) 283 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:04.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:49:02.465569+0000 mgr.smithi071.edbdnh (mgr.14180) 283 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:04.778 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:03.125459+0000 mgr.smithi071.edbdnh (mgr.14180) 284 : 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-21T11:49:04.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:03.125459+0000 mgr.smithi071.edbdnh (mgr.14180) 284 : 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-21T11:49:05.129 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:49:05.129 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:05.482 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:49:06.483 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:06.825 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:49:05.125958+0000 mgr.smithi071.edbdnh (mgr.14180) 285 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:06.825 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:05.126385+0000 mgr.smithi071.edbdnh (mgr.14180) 286 : 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-21T11:49:07.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:49:05.125958+0000 mgr.smithi071.edbdnh (mgr.14180) 285 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:07.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:05.126385+0000 mgr.smithi071.edbdnh (mgr.14180) 286 : 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-21T11:49:07.875 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:49:07.875 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:08.240 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:49:09.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:07.126779+0000 mgr.smithi071.edbdnh (mgr.14180) 287 : 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-21T11:49:09.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:49:07.872095+0000 mgr.smithi071.edbdnh (mgr.14180) 288 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:09.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:07.126779+0000 mgr.smithi071.edbdnh (mgr.14180) 287 : 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-21T11:49:09.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:49:07.872095+0000 mgr.smithi071.edbdnh (mgr.14180) 288 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:09.241 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:10.553 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:49:10.553 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:10.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:09.127345+0000 mgr.smithi071.edbdnh (mgr.14180) 289 : 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-21T11:49:10.921 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:49:11.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:09.127345+0000 mgr.smithi071.edbdnh (mgr.14180) 289 : 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-21T11:49:11.922 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:11.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:11 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:49:10.549645+0000 mgr.smithi071.edbdnh (mgr.14180) 290 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:12.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:11 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:49:10.549645+0000 mgr.smithi071.edbdnh (mgr.14180) 290 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:12.908 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:11.127867+0000 mgr.smithi071.edbdnh (mgr.14180) 291 : 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-21T11:49:13.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:11.127867+0000 mgr.smithi071.edbdnh (mgr.14180) 291 : 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-21T11:49:13.261 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:49:13.261 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:13.621 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:49:14.622 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:14.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:13.128239+0000 mgr.smithi071.edbdnh (mgr.14180) 292 : 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-21T11:49:14.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:49:13.257933+0000 mgr.smithi071.edbdnh (mgr.14180) 293 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:14.956 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:13.128239+0000 mgr.smithi071.edbdnh (mgr.14180) 292 : 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-21T11:49:14.956 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:49:13.257933+0000 mgr.smithi071.edbdnh (mgr.14180) 293 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:15.903 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:49:15.903 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:16.270 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:49:17.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:15.128824+0000 mgr.smithi071.edbdnh (mgr.14180) 294 : 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-21T11:49:17.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:49:15.899784+0000 mgr.smithi071.edbdnh (mgr.14180) 295 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:17.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:15.128824+0000 mgr.smithi071.edbdnh (mgr.14180) 294 : 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-21T11:49:17.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:49:15.899784+0000 mgr.smithi071.edbdnh (mgr.14180) 295 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:17.271 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:18.584 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:49:18.584 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:18.860 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:17.129520+0000 mgr.smithi071.edbdnh (mgr.14180) 296 : 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-21T11:49:18.937 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:49:19.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:17.129520+0000 mgr.smithi071.edbdnh (mgr.14180) 296 : 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-21T11:49:19.939 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:19.971 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:49:18.580702+0000 mgr.smithi071.edbdnh (mgr.14180) 297 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:20.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:49:18.580702+0000 mgr.smithi071.edbdnh (mgr.14180) 297 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:20.881 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:19.129892+0000 mgr.smithi071.edbdnh (mgr.14180) 298 : 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-21T11:49:21.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:19.129892+0000 mgr.smithi071.edbdnh (mgr.14180) 298 : 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-21T11:49:21.248 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:49:21.248 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:21.628 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:49:22.629 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:22.954 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:21.130398+0000 mgr.smithi071.edbdnh (mgr.14180) 299 : 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-21T11:49:22.954 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:49:21.243746+0000 mgr.smithi071.edbdnh (mgr.14180) 300 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:23.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:21.130398+0000 mgr.smithi071.edbdnh (mgr.14180) 299 : 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-21T11:49:23.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:49:21.243746+0000 mgr.smithi071.edbdnh (mgr.14180) 300 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:23.961 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:49:23.961 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:24.320 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:49:24.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:23.130774+0000 mgr.smithi071.edbdnh (mgr.14180) 301 : 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-21T11:49:25.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:23.130774+0000 mgr.smithi071.edbdnh (mgr.14180) 301 : 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-21T11:49:25.321 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:26.014 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:49:23.957536+0000 mgr.smithi071.edbdnh (mgr.14180) 302 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:26.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:25 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:49:23.957536+0000 mgr.smithi071.edbdnh (mgr.14180) 302 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:26.693 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:49:26.693 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:26.975 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:25.131322+0000 mgr.smithi071.edbdnh (mgr.14180) 303 : 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-21T11:49:27.054 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:49:27.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:25.131322+0000 mgr.smithi071.edbdnh (mgr.14180) 303 : 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-21T11:49:28.055 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:28.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:49:26.689841+0000 mgr.smithi071.edbdnh (mgr.14180) 304 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:28.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:49:26.689841+0000 mgr.smithi071.edbdnh (mgr.14180) 304 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:28.963 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:27.131775+0000 mgr.smithi071.edbdnh (mgr.14180) 305 : 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-21T11:49:29.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:27.131775+0000 mgr.smithi071.edbdnh (mgr.14180) 305 : 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-21T11:49:29.331 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:49:29.331 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:29.684 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:49:30.685 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:31.010 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:29.132151+0000 mgr.smithi071.edbdnh (mgr.14180) 306 : 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-21T11:49:31.010 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:49:29.328235+0000 mgr.smithi071.edbdnh (mgr.14180) 307 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:31.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:29.132151+0000 mgr.smithi071.edbdnh (mgr.14180) 306 : 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-21T11:49:31.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:49:29.328235+0000 mgr.smithi071.edbdnh (mgr.14180) 307 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:32.005 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:49:32.005 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:32.375 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:49:33.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:32 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:31.132810+0000 mgr.smithi071.edbdnh (mgr.14180) 308 : 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-21T11:49:33.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:32 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:31.132810+0000 mgr.smithi071.edbdnh (mgr.14180) 308 : 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-21T11:49:33.376 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:34.046 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:33 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:49:32.001509+0000 mgr.smithi071.edbdnh (mgr.14180) 309 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:34.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:33 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:49:32.001509+0000 mgr.smithi071.edbdnh (mgr.14180) 309 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:34.693 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:49:34.694 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:34.948 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:33.133241+0000 mgr.smithi071.edbdnh (mgr.14180) 310 : 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-21T11:49:35.022 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:49:35.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:33.133241+0000 mgr.smithi071.edbdnh (mgr.14180) 310 : 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-21T11:49:36.023 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:36.058 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:49:34.690120+0000 mgr.smithi071.edbdnh (mgr.14180) 311 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:36.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:49:34.690120+0000 mgr.smithi071.edbdnh (mgr.14180) 311 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:36.995 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:35.133789+0000 mgr.smithi071.edbdnh (mgr.14180) 312 : 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-21T11:49:37.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:35.133789+0000 mgr.smithi071.edbdnh (mgr.14180) 312 : 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-21T11:49:37.352 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:49:37.353 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:37.708 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:49:38.709 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:39.042 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:37.134215+0000 mgr.smithi071.edbdnh (mgr.14180) 313 : 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-21T11:49:39.042 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:49:37.349368+0000 mgr.smithi071.edbdnh (mgr.14180) 314 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:39.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:37.134215+0000 mgr.smithi071.edbdnh (mgr.14180) 313 : 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-21T11:49:39.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:49:37.349368+0000 mgr.smithi071.edbdnh (mgr.14180) 314 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:40.034 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:49:40.034 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:40.390 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:49:41.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:40 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:39.134721+0000 mgr.smithi071.edbdnh (mgr.14180) 315 : 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-21T11:49:41.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:40 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:39.134721+0000 mgr.smithi071.edbdnh (mgr.14180) 315 : 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-21T11:49:41.392 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:42.019 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:41 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:49:40.031189+0000 mgr.smithi071.edbdnh (mgr.14180) 316 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:42.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:41 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:49:40.031189+0000 mgr.smithi071.edbdnh (mgr.14180) 316 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:42.718 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:49:42.718 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:42.980 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:41.135237+0000 mgr.smithi071.edbdnh (mgr.14180) 317 : 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-21T11:49:43.064 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:49:43.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:41.135237+0000 mgr.smithi071.edbdnh (mgr.14180) 317 : 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-21T11:49:44.065 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:44.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:49:42.714988+0000 mgr.smithi071.edbdnh (mgr.14180) 318 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:44.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:43 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:49:42.714988+0000 mgr.smithi071.edbdnh (mgr.14180) 318 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:45.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:44 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:43.135634+0000 mgr.smithi071.edbdnh (mgr.14180) 319 : 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-21T11:49:45.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:44 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:43.135634+0000 mgr.smithi071.edbdnh (mgr.14180) 319 : 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-21T11:49:45.371 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:49:45.371 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:45.731 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:49:46.732 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:47.057 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:45.136106+0000 mgr.smithi071.edbdnh (mgr.14180) 320 : 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-21T11:49:47.057 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:49:45.368767+0000 mgr.smithi071.edbdnh (mgr.14180) 321 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:47.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:45.136106+0000 mgr.smithi071.edbdnh (mgr.14180) 320 : 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-21T11:49:47.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:49:45.368767+0000 mgr.smithi071.edbdnh (mgr.14180) 321 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:48.090 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:49:48.090 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:48.464 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:49:49.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:47.136698+0000 mgr.smithi071.edbdnh (mgr.14180) 322 : 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-21T11:49:49.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:47.136698+0000 mgr.smithi071.edbdnh (mgr.14180) 322 : 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-21T11:49:49.465 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:49.808 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:49:48.086860+0000 mgr.smithi071.edbdnh (mgr.14180) 323 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:50.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:49:48.086860+0000 mgr.smithi071.edbdnh (mgr.14180) 323 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:50.844 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:49:50.844 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:51.000 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:49.137174+0000 mgr.smithi071.edbdnh (mgr.14180) 324 : 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-21T11:49:51.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:49.137174+0000 mgr.smithi071.edbdnh (mgr.14180) 324 : 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-21T11:49:51.204 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:49:52.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:51 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:49:50.840814+0000 mgr.smithi071.edbdnh (mgr.14180) 325 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:52.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:51 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:49:50.840814+0000 mgr.smithi071.edbdnh (mgr.14180) 325 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:52.205 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:52.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:51.137901+0000 mgr.smithi071.edbdnh (mgr.14180) 326 : 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-21T11:49:53.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:51.137901+0000 mgr.smithi071.edbdnh (mgr.14180) 326 : 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-21T11:49:53.504 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:49:53.504 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:53.863 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:49:54.864 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:55.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:53.138326+0000 mgr.smithi071.edbdnh (mgr.14180) 327 : 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-21T11:49:55.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:49:53.500725+0000 mgr.smithi071.edbdnh (mgr.14180) 328 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:55.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:53.138326+0000 mgr.smithi071.edbdnh (mgr.14180) 327 : 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-21T11:49:55.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:49:53.500725+0000 mgr.smithi071.edbdnh (mgr.14180) 328 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:56.206 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:49:56.206 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:56.554 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:49:56.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:56 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:55.138840+0000 mgr.smithi071.edbdnh (mgr.14180) 329 : 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-21T11:49:57.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:56 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:55.138840+0000 mgr.smithi071.edbdnh (mgr.14180) 329 : 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-21T11:49:57.555 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:57.888 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:49:56.203070+0000 mgr.smithi071.edbdnh (mgr.14180) 330 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:58.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:57 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:49:56.203070+0000 mgr.smithi071.edbdnh (mgr.14180) 330 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:58.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:57.139306+0000 mgr.smithi071.edbdnh (mgr.14180) 331 : 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-21T11:49:58.888 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:49:58.888 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:49:59.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:57.139306+0000 mgr.smithi071.edbdnh (mgr.14180) 331 : 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-21T11:49:59.245 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:50:00.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:49:59 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:49:58.884836+0000 mgr.smithi071.edbdnh (mgr.14180) 332 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:00.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:49:59 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:49:58.884836+0000 mgr.smithi071.edbdnh (mgr.14180) 332 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:00.246 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:00.932 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:49:59.139643+0000 mgr.smithi071.edbdnh (mgr.14180) 333 : 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-21T11:50:00.932 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:00.000117+0000 mon.smithi071 (mon.0) 641 : cluster [INF] overall HEALTH_OK 2024-01-21T11:50:01.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:49:59.139643+0000 mgr.smithi071.edbdnh (mgr.14180) 333 : 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-21T11:50:01.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:00.000117+0000 mon.smithi071 (mon.0) 641 : cluster [INF] overall HEALTH_OK 2024-01-21T11:50:01.587 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:50:01.587 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:01.944 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:50:02.945 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:03.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:01.140182+0000 mgr.smithi071.edbdnh (mgr.14180) 334 : 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-21T11:50:03.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:50:01.583904+0000 mgr.smithi071.edbdnh (mgr.14180) 335 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:03.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:01.140182+0000 mgr.smithi071.edbdnh (mgr.14180) 334 : 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-21T11:50:03.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:50:01.583904+0000 mgr.smithi071.edbdnh (mgr.14180) 335 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:04.282 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:50:04.283 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:04.643 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:50:04.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:03.140534+0000 mgr.smithi071.edbdnh (mgr.14180) 336 : 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-21T11:50:05.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:03.140534+0000 mgr.smithi071.edbdnh (mgr.14180) 336 : 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-21T11:50:05.644 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:05.969 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:05 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:50:04.275660+0000 mgr.smithi071.edbdnh (mgr.14180) 337 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:06.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:05 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:50:04.275660+0000 mgr.smithi071.edbdnh (mgr.14180) 337 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:06.960 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:50:06.960 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:06.986 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:05.141035+0000 mgr.smithi071.edbdnh (mgr.14180) 338 : 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-21T11:50:07.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:05.141035+0000 mgr.smithi071.edbdnh (mgr.14180) 338 : 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-21T11:50:07.334 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:50:08.336 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:08.963 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:50:06.957175+0000 mgr.smithi071.edbdnh (mgr.14180) 339 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:08.963 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:07.141496+0000 mgr.smithi071.edbdnh (mgr.14180) 340 : 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-21T11:50:09.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:50:06.957175+0000 mgr.smithi071.edbdnh (mgr.14180) 339 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:09.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:07.141496+0000 mgr.smithi071.edbdnh (mgr.14180) 340 : 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-21T11:50:09.671 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:50:09.672 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:10.034 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:50:11.036 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:11.069 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:09.142029+0000 mgr.smithi071.edbdnh (mgr.14180) 341 : 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-21T11:50:11.069 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:50:09.668744+0000 mgr.smithi071.edbdnh (mgr.14180) 342 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:11.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:09.142029+0000 mgr.smithi071.edbdnh (mgr.14180) 341 : 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-21T11:50:11.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:50:09.668744+0000 mgr.smithi071.edbdnh (mgr.14180) 342 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:12.441 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:50:12.441 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:12.808 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:50:13.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:11.142586+0000 mgr.smithi071.edbdnh (mgr.14180) 343 : 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-21T11:50:13.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:11.142586+0000 mgr.smithi071.edbdnh (mgr.14180) 343 : 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-21T11:50:13.808 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:14.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:50:12.437765+0000 mgr.smithi071.edbdnh (mgr.14180) 344 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:14.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:50:12.437765+0000 mgr.smithi071.edbdnh (mgr.14180) 344 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:15.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:13.143094+0000 mgr.smithi071.edbdnh (mgr.14180) 345 : 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-21T11:50:15.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:13.143094+0000 mgr.smithi071.edbdnh (mgr.14180) 345 : 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-21T11:50:15.134 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:50:15.135 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:15.490 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:50:16.491 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:16.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:50:15.131735+0000 mgr.smithi071.edbdnh (mgr.14180) 346 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:16.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:15.143580+0000 mgr.smithi071.edbdnh (mgr.14180) 347 : 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-21T11:50:17.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:50:15.131735+0000 mgr.smithi071.edbdnh (mgr.14180) 346 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:17.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:15.143580+0000 mgr.smithi071.edbdnh (mgr.14180) 347 : 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-21T11:50:17.833 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:50:17.833 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:18.200 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:50:19.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:17.144028+0000 mgr.smithi071.edbdnh (mgr.14180) 348 : 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-21T11:50:19.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:50:17.830121+0000 mgr.smithi071.edbdnh (mgr.14180) 349 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:19.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:17.144028+0000 mgr.smithi071.edbdnh (mgr.14180) 348 : 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-21T11:50:19.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:50:17.830121+0000 mgr.smithi071.edbdnh (mgr.14180) 349 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:19.201 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:20.535 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:50:20.535 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:20.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:19.144472+0000 mgr.smithi071.edbdnh (mgr.14180) 350 : 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-21T11:50:20.906 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:50:21.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:19.144472+0000 mgr.smithi071.edbdnh (mgr.14180) 350 : 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-21T11:50:21.907 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:22.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:50:20.531924+0000 mgr.smithi071.edbdnh (mgr.14180) 351 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:22.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:50:20.531924+0000 mgr.smithi071.edbdnh (mgr.14180) 351 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:22.902 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:21.145044+0000 mgr.smithi071.edbdnh (mgr.14180) 352 : 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-21T11:50:23.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:21.145044+0000 mgr.smithi071.edbdnh (mgr.14180) 352 : 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-21T11:50:23.289 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:50:23.289 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:23.647 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:50:24.648 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:24.974 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:23.145450+0000 mgr.smithi071.edbdnh (mgr.14180) 353 : 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-21T11:50:24.975 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:50:23.286015+0000 mgr.smithi071.edbdnh (mgr.14180) 354 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:25.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:23.145450+0000 mgr.smithi071.edbdnh (mgr.14180) 353 : 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-21T11:50:25.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:50:23.286015+0000 mgr.smithi071.edbdnh (mgr.14180) 354 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:25.970 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:50:25.970 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:26.323 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:50:27.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:25.145935+0000 mgr.smithi071.edbdnh (mgr.14180) 355 : 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-21T11:50:27.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:25.145935+0000 mgr.smithi071.edbdnh (mgr.14180) 355 : 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-21T11:50:27.323 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:28.059 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:50:25.967461+0000 mgr.smithi071.edbdnh (mgr.14180) 356 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:28.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:50:25.967461+0000 mgr.smithi071.edbdnh (mgr.14180) 356 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:28.714 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:50:28.714 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:29.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:27.146488+0000 mgr.smithi071.edbdnh (mgr.14180) 357 : 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-21T11:50:29.081 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:50:29.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:27.146488+0000 mgr.smithi071.edbdnh (mgr.14180) 357 : 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-21T11:50:30.082 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:30.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:29 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:50:28.711782+0000 mgr.smithi071.edbdnh (mgr.14180) 358 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:30.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:29 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:50:28.711782+0000 mgr.smithi071.edbdnh (mgr.14180) 358 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:31.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:29.146900+0000 mgr.smithi071.edbdnh (mgr.14180) 359 : 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-21T11:50:31.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:29.146900+0000 mgr.smithi071.edbdnh (mgr.14180) 359 : 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-21T11:50:31.476 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:50:31.477 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:31.813 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:50:32.814 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:33.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:32 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:31.147398+0000 mgr.smithi071.edbdnh (mgr.14180) 360 : 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-21T11:50:33.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:32 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:50:31.473505+0000 mgr.smithi071.edbdnh (mgr.14180) 361 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:33.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:32 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:31.147398+0000 mgr.smithi071.edbdnh (mgr.14180) 360 : 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-21T11:50:33.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:32 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:50:31.473505+0000 mgr.smithi071.edbdnh (mgr.14180) 361 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:34.158 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:50:34.158 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:34.520 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:50:35.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:33.147844+0000 mgr.smithi071.edbdnh (mgr.14180) 362 : 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-21T11:50:35.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:33.147844+0000 mgr.smithi071.edbdnh (mgr.14180) 362 : 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-21T11:50:35.521 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:36.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:50:34.155278+0000 mgr.smithi071.edbdnh (mgr.14180) 363 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:36.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:50:34.155278+0000 mgr.smithi071.edbdnh (mgr.14180) 363 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:36.887 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:50:36.887 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:37.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:35.148577+0000 mgr.smithi071.edbdnh (mgr.14180) 364 : 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-21T11:50:37.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:35.148577+0000 mgr.smithi071.edbdnh (mgr.14180) 364 : 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-21T11:50:37.236 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:50:38.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:50:36.884269+0000 mgr.smithi071.edbdnh (mgr.14180) 365 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:38.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:37 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:50:36.884269+0000 mgr.smithi071.edbdnh (mgr.14180) 365 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:38.237 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:38.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:37.148995+0000 mgr.smithi071.edbdnh (mgr.14180) 366 : 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-21T11:50:39.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:37.148995+0000 mgr.smithi071.edbdnh (mgr.14180) 366 : 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-21T11:50:39.561 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:50:39.561 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:39.919 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:50:40.920 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:41.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:40 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:39.149587+0000 mgr.smithi071.edbdnh (mgr.14180) 367 : 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-21T11:50:41.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:40 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:50:39.557760+0000 mgr.smithi071.edbdnh (mgr.14180) 368 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:41.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:40 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:39.149587+0000 mgr.smithi071.edbdnh (mgr.14180) 367 : 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-21T11:50:41.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:40 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:50:39.557760+0000 mgr.smithi071.edbdnh (mgr.14180) 368 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:42.241 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:50:42.241 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:42.610 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:50:43.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:41.150097+0000 mgr.smithi071.edbdnh (mgr.14180) 369 : 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-21T11:50:43.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:41.150097+0000 mgr.smithi071.edbdnh (mgr.14180) 369 : 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-21T11:50:43.611 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:43.945 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:50:42.238055+0000 mgr.smithi071.edbdnh (mgr.14180) 370 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:44.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:43 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:50:42.238055+0000 mgr.smithi071.edbdnh (mgr.14180) 370 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:44.919 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:50:44.919 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:45.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:44 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:43.150517+0000 mgr.smithi071.edbdnh (mgr.14180) 371 : 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-21T11:50:45.200 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:44 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:43.150517+0000 mgr.smithi071.edbdnh (mgr.14180) 371 : 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-21T11:50:45.277 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:50:46.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:50:44.916517+0000 mgr.smithi071.edbdnh (mgr.14180) 372 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:46.278 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:46.312 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:50:44.916517+0000 mgr.smithi071.edbdnh (mgr.14180) 372 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:46.955 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:45.151037+0000 mgr.smithi071.edbdnh (mgr.14180) 373 : 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-21T11:50:47.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:45.151037+0000 mgr.smithi071.edbdnh (mgr.14180) 373 : 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-21T11:50:47.695 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:50:47.696 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:48.052 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:50:49.053 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:49.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:47.151457+0000 mgr.smithi071.edbdnh (mgr.14180) 374 : 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-21T11:50:49.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:50:47.692747+0000 mgr.smithi071.edbdnh (mgr.14180) 375 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:49.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:47.151457+0000 mgr.smithi071.edbdnh (mgr.14180) 374 : 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-21T11:50:49.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:50:47.692747+0000 mgr.smithi071.edbdnh (mgr.14180) 375 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:50.411 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:50:50.411 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:50.784 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:50:51.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:49.151828+0000 mgr.smithi071.edbdnh (mgr.14180) 376 : 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-21T11:50:51.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:49.151828+0000 mgr.smithi071.edbdnh (mgr.14180) 376 : 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-21T11:50:51.785 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:52.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:51 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:50:50.408281+0000 mgr.smithi071.edbdnh (mgr.14180) 377 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:52.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:51 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:50:50.408281+0000 mgr.smithi071.edbdnh (mgr.14180) 377 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:53.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:51.152489+0000 mgr.smithi071.edbdnh (mgr.14180) 378 : 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-21T11:50:53.087 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:50:53.087 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:53.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:51.152489+0000 mgr.smithi071.edbdnh (mgr.14180) 378 : 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-21T11:50:53.433 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:50:54.435 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:55.053 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:50:53.084709+0000 mgr.smithi071.edbdnh (mgr.14180) 379 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:55.053 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:53.153062+0000 mgr.smithi071.edbdnh (mgr.14180) 380 : 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-21T11:50:55.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:50:53.084709+0000 mgr.smithi071.edbdnh (mgr.14180) 379 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:55.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:53.153062+0000 mgr.smithi071.edbdnh (mgr.14180) 380 : 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-21T11:50:55.741 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:50:55.741 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:56.099 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:50:57.100 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:57.130 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:56 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:55.153569+0000 mgr.smithi071.edbdnh (mgr.14180) 381 : 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-21T11:50:57.130 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:56 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:50:55.738011+0000 mgr.smithi071.edbdnh (mgr.14180) 382 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:57.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:56 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:55.153569+0000 mgr.smithi071.edbdnh (mgr.14180) 381 : 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-21T11:50:57.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:56 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:50:55.738011+0000 mgr.smithi071.edbdnh (mgr.14180) 382 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:58.447 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:50:58.447 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:50:58.799 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:50:59.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:57.154002+0000 mgr.smithi071.edbdnh (mgr.14180) 383 : 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-21T11:50:59.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:57.154002+0000 mgr.smithi071.edbdnh (mgr.14180) 383 : 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-21T11:50:59.801 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:00.133 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:50:59 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:50:58.444069+0000 mgr.smithi071.edbdnh (mgr.14180) 384 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:00.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:50:59 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:50:58.444069+0000 mgr.smithi071.edbdnh (mgr.14180) 384 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:01.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:50:59.154453+0000 mgr.smithi071.edbdnh (mgr.14180) 385 : 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-21T11:51:01.116 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:51:01.116 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:01.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:50:59.154453+0000 mgr.smithi071.edbdnh (mgr.14180) 385 : 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-21T11:51:01.473 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:51:02.475 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:03.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:01.113356+0000 mgr.smithi071.edbdnh (mgr.14180) 386 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:03.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:01.155145+0000 mgr.smithi071.edbdnh (mgr.14180) 387 : 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-21T11:51:03.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:01.113356+0000 mgr.smithi071.edbdnh (mgr.14180) 386 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:03.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:01.155145+0000 mgr.smithi071.edbdnh (mgr.14180) 387 : 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-21T11:51:03.795 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:51:03.795 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:04.156 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:51:05.157 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:05.190 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:03.155521+0000 mgr.smithi071.edbdnh (mgr.14180) 388 : 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-21T11:51:05.191 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:03.791948+0000 mgr.smithi071.edbdnh (mgr.14180) 389 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:05.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:03.155521+0000 mgr.smithi071.edbdnh (mgr.14180) 388 : 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-21T11:51:05.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:03.791948+0000 mgr.smithi071.edbdnh (mgr.14180) 389 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:06.466 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:51:06.466 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:06.821 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:51:07.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:05.156302+0000 mgr.smithi071.edbdnh (mgr.14180) 390 : 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-21T11:51:07.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:05.156302+0000 mgr.smithi071.edbdnh (mgr.14180) 390 : 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-21T11:51:07.822 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:08.156 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:06.463034+0000 mgr.smithi071.edbdnh (mgr.14180) 391 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:08.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:07 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:06.463034+0000 mgr.smithi071.edbdnh (mgr.14180) 391 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:09.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:07.156707+0000 mgr.smithi071.edbdnh (mgr.14180) 392 : 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-21T11:51:09.169 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:51:09.169 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:09.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:07.156707+0000 mgr.smithi071.edbdnh (mgr.14180) 392 : 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-21T11:51:09.529 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:51:10.530 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:11.166 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:09.157063+0000 mgr.smithi071.edbdnh (mgr.14180) 393 : 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-21T11:51:11.166 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:09.165786+0000 mgr.smithi071.edbdnh (mgr.14180) 394 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:11.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:09.157063+0000 mgr.smithi071.edbdnh (mgr.14180) 393 : 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-21T11:51:11.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:09.165786+0000 mgr.smithi071.edbdnh (mgr.14180) 394 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:11.846 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:51:11.846 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:12.183 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:51:13.185 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:13.217 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:11.157568+0000 mgr.smithi071.edbdnh (mgr.14180) 395 : 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-21T11:51:13.217 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:11.843404+0000 mgr.smithi071.edbdnh (mgr.14180) 396 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:13.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:11.157568+0000 mgr.smithi071.edbdnh (mgr.14180) 395 : 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-21T11:51:13.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:11.843404+0000 mgr.smithi071.edbdnh (mgr.14180) 396 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:14.541 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:51:14.541 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:14.895 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:51:15.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:13.158012+0000 mgr.smithi071.edbdnh (mgr.14180) 397 : 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-21T11:51:15.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:13.158012+0000 mgr.smithi071.edbdnh (mgr.14180) 397 : 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-21T11:51:15.897 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:16.221 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:14.537817+0000 mgr.smithi071.edbdnh (mgr.14180) 398 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:16.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:15 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:14.537817+0000 mgr.smithi071.edbdnh (mgr.14180) 398 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:17.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:15.158718+0000 mgr.smithi071.edbdnh (mgr.14180) 399 : 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-21T11:51:17.183 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:51:17.183 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:17.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:15.158718+0000 mgr.smithi071.edbdnh (mgr.14180) 399 : 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-21T11:51:17.544 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:51:18.546 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:19.206 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:17.159143+0000 mgr.smithi071.edbdnh (mgr.14180) 400 : 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-21T11:51:19.206 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:17.180055+0000 mgr.smithi071.edbdnh (mgr.14180) 401 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:19.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:17.159143+0000 mgr.smithi071.edbdnh (mgr.14180) 400 : 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-21T11:51:19.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:17.180055+0000 mgr.smithi071.edbdnh (mgr.14180) 401 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:19.830 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:51:19.830 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:20.194 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:51:21.195 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:21.227 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:19.159487+0000 mgr.smithi071.edbdnh (mgr.14180) 402 : 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-21T11:51:21.227 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:19.827570+0000 mgr.smithi071.edbdnh (mgr.14180) 403 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:21.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:19.159487+0000 mgr.smithi071.edbdnh (mgr.14180) 402 : 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-21T11:51:21.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:19.827570+0000 mgr.smithi071.edbdnh (mgr.14180) 403 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:22.569 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:51:22.569 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:22.929 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:51:23.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:21.160086+0000 mgr.smithi071.edbdnh (mgr.14180) 404 : 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-21T11:51:23.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:21.160086+0000 mgr.smithi071.edbdnh (mgr.14180) 404 : 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-21T11:51:23.930 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:24.269 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:22.566368+0000 mgr.smithi071.edbdnh (mgr.14180) 405 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:24.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:22.566368+0000 mgr.smithi071.edbdnh (mgr.14180) 405 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:25.240 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:51:25.241 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:25.261 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:23.160678+0000 mgr.smithi071.edbdnh (mgr.14180) 406 : 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-21T11:51:25.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:23.160678+0000 mgr.smithi071.edbdnh (mgr.14180) 406 : 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-21T11:51:25.617 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:51:26.618 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:27.238 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:25.161174+0000 mgr.smithi071.edbdnh (mgr.14180) 407 : 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-21T11:51:27.238 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:25.237530+0000 mgr.smithi071.edbdnh (mgr.14180) 408 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:27.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:25.161174+0000 mgr.smithi071.edbdnh (mgr.14180) 407 : 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-21T11:51:27.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:25.237530+0000 mgr.smithi071.edbdnh (mgr.14180) 408 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:27.976 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:51:27.976 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:28.342 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:51:29.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:27.161605+0000 mgr.smithi071.edbdnh (mgr.14180) 409 : 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-21T11:51:29.343 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:29.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:27.161605+0000 mgr.smithi071.edbdnh (mgr.14180) 409 : 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-21T11:51:30.312 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:29 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:27.973335+0000 mgr.smithi071.edbdnh (mgr.14180) 410 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:30.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:29 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:27.973335+0000 mgr.smithi071.edbdnh (mgr.14180) 410 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:30.665 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:51:30.665 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:30.956 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:29.162068+0000 mgr.smithi071.edbdnh (mgr.14180) 411 : 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-21T11:51:31.024 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:51:31.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:29.162068+0000 mgr.smithi071.edbdnh (mgr.14180) 411 : 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-21T11:51:32.025 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:32.335 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:31 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:30.662073+0000 mgr.smithi071.edbdnh (mgr.14180) 412 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:32.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:31 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:30.662073+0000 mgr.smithi071.edbdnh (mgr.14180) 412 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:33.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:32 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:31.162809+0000 mgr.smithi071.edbdnh (mgr.14180) 413 : 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-21T11:51:33.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:32 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:31.162809+0000 mgr.smithi071.edbdnh (mgr.14180) 413 : 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-21T11:51:33.345 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:51:33.345 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:33.715 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:51:34.717 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:35.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:33.163235+0000 mgr.smithi071.edbdnh (mgr.14180) 414 : 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-21T11:51:35.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:33.342114+0000 mgr.smithi071.edbdnh (mgr.14180) 415 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:35.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:33.163235+0000 mgr.smithi071.edbdnh (mgr.14180) 414 : 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-21T11:51:35.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:33.342114+0000 mgr.smithi071.edbdnh (mgr.14180) 415 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:36.031 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:51:36.031 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:36.398 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:51:37.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:35.163682+0000 mgr.smithi071.edbdnh (mgr.14180) 416 : 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-21T11:51:37.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:35.163682+0000 mgr.smithi071.edbdnh (mgr.14180) 416 : 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-21T11:51:37.399 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:38.052 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:36.027249+0000 mgr.smithi071.edbdnh (mgr.14180) 417 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:38.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:37 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:36.027249+0000 mgr.smithi071.edbdnh (mgr.14180) 417 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:38.704 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:51:38.704 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:38.996 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:37.164194+0000 mgr.smithi071.edbdnh (mgr.14180) 418 : 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-21T11:51:39.065 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:51:39.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:37.164194+0000 mgr.smithi071.edbdnh (mgr.14180) 418 : 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-21T11:51:40.066 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:40.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:39 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:38.700698+0000 mgr.smithi071.edbdnh (mgr.14180) 419 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:40.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:39 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:38.700698+0000 mgr.smithi071.edbdnh (mgr.14180) 419 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:41.076 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:40 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:39.164587+0000 mgr.smithi071.edbdnh (mgr.14180) 420 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:51:41.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:40 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:39.164587+0000 mgr.smithi071.edbdnh (mgr.14180) 420 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:51:41.443 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:51:41.444 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:41.806 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:51:42.806 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:43.139 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:41.165133+0000 mgr.smithi071.edbdnh (mgr.14180) 421 : 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-21T11:51:43.139 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:41.440852+0000 mgr.smithi071.edbdnh (mgr.14180) 422 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:43.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:41.165133+0000 mgr.smithi071.edbdnh (mgr.14180) 421 : 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-21T11:51:43.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:41.440852+0000 mgr.smithi071.edbdnh (mgr.14180) 422 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:44.109 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:51:44.109 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:28.455710Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:28.456337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:28.455851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:28.455923Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:28.455989Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:28.456052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:44.471 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:51:45.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:44 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:43.165519+0000 mgr.smithi071.edbdnh (mgr.14180) 423 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:51:45.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:44 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:43.165519+0000 mgr.smithi071.edbdnh (mgr.14180) 423 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:51:45.473 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:46.065 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:44.105873+0000 mgr.smithi071.edbdnh (mgr.14180) 424 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:46.065 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:51:45.036394+0000 mgr.smithi071.edbdnh (mgr.14180) 425 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo 2024-01-21T11:51:46.065 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo 2024-01-21T11:51:46.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo 2024-01-21T11:51:46.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo 2024-01-21T11:51:46.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Deploy daemon haproxy.nfs.foo.smithi071.joimeo ... 2024-01-21T11:51:46.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:46.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:51:46.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:49:38Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:51:46.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:50:30Z" level=warning msg="Failed, retrying in 1s ... (2/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-21T11:51:46.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:51:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:51:46.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:51:46.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:46.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Traceback (most recent call last): 2024-01-21T11:51:46.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:51:46.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: yield (conn, connr) 2024-01-21T11:51:46.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:51:46.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: code, '\n'.join(err))) 2024-01-21T11:51:46.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo 2024-01-21T11:51:46.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo 2024-01-21T11:51:46.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo 2024-01-21T11:51:46.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo 2024-01-21T11:51:46.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Deploy daemon haproxy.nfs.foo.smithi071.joimeo ... 2024-01-21T11:51:46.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:46.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:51:46.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:49:38Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:51:46.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:50:30Z" level=warning msg="Failed, retrying in 1s ... (2/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-21T11:51:46.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:51:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:51:46.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:51:46.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:46.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:51:45.036644+0000 mgr.smithi071.edbdnh (mgr.14180) 426 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi071.joimeo 2024-01-21T11:51:46.069 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:45.037001+0000 mon.smithi071 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi071.joimeo"}]: dispatch 2024-01-21T11:51:46.069 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:51:45.037622+0000 mgr.smithi071.edbdnh (mgr.14180) 427 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo 2024-01-21T11:51:46.069 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo 2024-01-21T11:51:46.069 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo 2024-01-21T11:51:46.069 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo 2024-01-21T11:51:46.069 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Deploy daemon haproxy.nfs.foo.smithi071.joimeo ... 2024-01-21T11:51:46.069 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:46.069 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:51:46.069 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:49:38Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:51:46.070 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:50:30Z" level=warning msg="Failed, retrying in 1s ... (2/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-21T11:51:46.070 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:51:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:51:46.070 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:51:46.070 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:46.070 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:45.042560+0000 mon.smithi071 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:51:46.070 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:51:45.042872+0000 mgr.smithi071.edbdnh (mgr.14180) 428 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:51:46.070 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:51:45.043925+0000 mgr.smithi071.edbdnh (mgr.14180) 429 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:51:46.070 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:45.044790+0000 mon.smithi071 (mon.0) 644 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:51:46.071 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:45.044848+0000 mgr.smithi071.edbdnh (mgr.14180) 430 : cluster [DBG] pgmap v262: 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-21T11:51:46.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:44.105873+0000 mgr.smithi071.edbdnh (mgr.14180) 424 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:46.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:51:45.036394+0000 mgr.smithi071.edbdnh (mgr.14180) 425 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo 2024-01-21T11:51:46.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo 2024-01-21T11:51:46.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo 2024-01-21T11:51:46.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo 2024-01-21T11:51:46.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Deploy daemon haproxy.nfs.foo.smithi071.joimeo ... 2024-01-21T11:51:46.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:46.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:51:46.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:49:38Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:51:46.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:50:30Z" level=warning msg="Failed, retrying in 1s ... (2/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-21T11:51:46.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:51:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:51:46.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:51:46.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:46.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Traceback (most recent call last): 2024-01-21T11:51:46.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:51:46.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: yield (conn, connr) 2024-01-21T11:51:46.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:51:46.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: code, '\n'.join(err))) 2024-01-21T11:51:46.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo 2024-01-21T11:51:46.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo 2024-01-21T11:51:46.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo 2024-01-21T11:51:46.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo 2024-01-21T11:51:46.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Deploy daemon haproxy.nfs.foo.smithi071.joimeo ... 2024-01-21T11:51:46.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:46.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:51:46.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:49:38Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:51:46.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:50:30Z" level=warning msg="Failed, retrying in 1s ... (2/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-21T11:51:46.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:51:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:51:46.347 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:51:46.347 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:46.347 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:51:45.036644+0000 mgr.smithi071.edbdnh (mgr.14180) 426 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi071.joimeo 2024-01-21T11:51:46.347 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:45.037001+0000 mon.smithi071 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi071.joimeo"}]: dispatch 2024-01-21T11:51:46.347 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:51:45.037622+0000 mgr.smithi071.edbdnh (mgr.14180) 427 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo 2024-01-21T11:51:46.347 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo 2024-01-21T11:51:46.347 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo 2024-01-21T11:51:46.347 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo 2024-01-21T11:51:46.347 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Deploy daemon haproxy.nfs.foo.smithi071.joimeo ... 2024-01-21T11:51:46.347 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:46.347 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:51:46.347 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:49:38Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:51:46.347 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:50:30Z" level=warning msg="Failed, retrying in 1s ... (2/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-21T11:51:46.348 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:51:07Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:51:46.348 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:51:46.348 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:51:46.348 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:45.042560+0000 mon.smithi071 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:51:46.348 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:51:45.042872+0000 mgr.smithi071.edbdnh (mgr.14180) 428 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:51:46.348 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:51:45.043925+0000 mgr.smithi071.edbdnh (mgr.14180) 429 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:51:46.348 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:45.044790+0000 mon.smithi071 (mon.0) 644 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:51:46.348 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:45.044848+0000 mgr.smithi071.edbdnh (mgr.14180) 430 : cluster [DBG] pgmap v262: 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-21T11:51:47.036 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:51:47.037 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:46:30.284235Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:46:30.284332Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:46:30.284398Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:46:30.284831Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:46:30.284167Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:46:30.284015Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:46:30.284459Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:46:30.284597Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:46:30.284521Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:47.316 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:46.040806+0000 mon.smithi071 (mon.0) 645 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:51:47.316 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:46.383226+0000 mon.smithi071 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:51:47.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:46.040806+0000 mon.smithi071 (mon.0) 645 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:51:47.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:46.383226+0000 mon.smithi071 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:51:47.389 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T11:51:48.390 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:48.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:47.033413+0000 mgr.smithi071.edbdnh (mgr.14180) 431 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:48.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:47.045546+0000 mgr.smithi071.edbdnh (mgr.14180) 432 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-01-21T11:51:48.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:47.483637+0000 mon.smithi071 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:51:48.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:48.433768+0000 mon.smithi071 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:51:48.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:47.033413+0000 mgr.smithi071.edbdnh (mgr.14180) 431 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:48.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:47.045546+0000 mgr.smithi071.edbdnh (mgr.14180) 432 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-01-21T11:51:48.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:47.483637+0000 mon.smithi071 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:51:48.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:48.433768+0000 mon.smithi071 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:51:49.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:48.729522+0000 mon.smithi071 (mon.0) 649 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:51:49.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:48.730173+0000 mon.smithi071 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:51:49.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:48.734565+0000 mon.smithi071 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:51:49.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:48.735109+0000 mgr.smithi071.edbdnh (mgr.14180) 433 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T11:51:49.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:48.738711+0000 mon.smithi071 (mon.0) 652 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:51:49.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:48.746215+0000 mon.smithi071 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:51:49.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:51:48.748486+0000 mgr.smithi071.edbdnh (mgr.14180) 434 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi204.qiewts on smithi204 2024-01-21T11:51:49.689 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:51:49.689 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:49.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:48.729522+0000 mon.smithi071 (mon.0) 649 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:51:49.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:48.730173+0000 mon.smithi071 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:51:49.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:48.734565+0000 mon.smithi071 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:51:49.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:48.735109+0000 mgr.smithi071.edbdnh (mgr.14180) 433 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T11:51:49.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:48.738711+0000 mon.smithi071 (mon.0) 652 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:51:49.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:48.746215+0000 mon.smithi071 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:51:49.844 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:51:48.748486+0000 mgr.smithi071.edbdnh (mgr.14180) 434 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi204.qiewts on smithi204 2024-01-21T11:51:50.079 INFO:tasks.cephadm:nfs.foo has 1/1 2024-01-21T11:51:50.080 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-21T11:51:50.089 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-01-21T11:51:50.090 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:50.733 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:49.686165+0000 mgr.smithi071.edbdnh (mgr.14180) 435 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:50.733 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:49.732621+0000 mon.smithi071 (mon.0) 654 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:51:50.733 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:49.732649+0000 mon.smithi071 (mon.0) 655 : cluster [INF] Cluster is now healthy 2024-01-21T11:51:50.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:49.686165+0000 mgr.smithi071.edbdnh (mgr.14180) 435 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:50.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:49.732621+0000 mon.smithi071 (mon.0) 654 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:51:50.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:49.732649+0000 mon.smithi071 (mon.0) 655 : cluster [INF] Cluster is now healthy 2024-01-21T11:51:51.437 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:51:51.437 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:51.801 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:51 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:50.735602+0000 mgr.smithi071.edbdnh (mgr.14180) 436 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T11:51:51.803 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:51:51.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:51 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:50.735602+0000 mgr.smithi071.edbdnh (mgr.14180) 436 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T11:51:52.804 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:52.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:51.433999+0000 mgr.smithi071.edbdnh (mgr.14180) 437 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:52.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:51.433999+0000 mgr.smithi071.edbdnh (mgr.14180) 437 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:53.757 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:52.736349+0000 mgr.smithi071.edbdnh (mgr.14180) 438 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T11:51:53.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:53 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:52.736349+0000 mgr.smithi071.edbdnh (mgr.14180) 438 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T11:51:54.115 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:51:54.115 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:54.701 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:51:55.702 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:56.020 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:55 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:54.111741+0000 mgr.smithi071.edbdnh (mgr.14180) 439 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:56.020 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:55 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:54.736736+0000 mgr.smithi071.edbdnh (mgr.14180) 440 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T11:51:56.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:55 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:54.111741+0000 mgr.smithi071.edbdnh (mgr.14180) 439 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:56.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:55 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:54.736736+0000 mgr.smithi071.edbdnh (mgr.14180) 440 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T11:51:57.023 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:51:57.024 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:51:57.378 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:51:58.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:56.737230+0000 mgr.smithi071.edbdnh (mgr.14180) 441 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2024-01-21T11:51:58.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:57 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:56.737230+0000 mgr.smithi071.edbdnh (mgr.14180) 441 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2024-01-21T11:51:58.379 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:51:59.031 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:57.017020+0000 mgr.smithi071.edbdnh (mgr.14180) 442 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:59.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:57.017020+0000 mgr.smithi071.edbdnh (mgr.14180) 442 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:51:59.714 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:51:59.714 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:00.008 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:51:59 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:51:58.737595+0000 mgr.smithi071.edbdnh (mgr.14180) 443 : 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-21T11:52:00.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:51:59 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:51:58.737595+0000 mgr.smithi071.edbdnh (mgr.14180) 443 : 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-21T11:52:00.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:01.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:51:59.710381+0000 mgr.smithi071.edbdnh (mgr.14180) 444 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:01.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:51:59.710381+0000 mgr.smithi071.edbdnh (mgr.14180) 444 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:01.119 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:02.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:01 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:00.738302+0000 mgr.smithi071.edbdnh (mgr.14180) 445 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:52:02.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:01 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:00.738302+0000 mgr.smithi071.edbdnh (mgr.14180) 445 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:52:02.468 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:52:02.468 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:02.827 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:03.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:52:02.464408+0000 mgr.smithi071.edbdnh (mgr.14180) 446 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:03.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:02.738744+0000 mgr.smithi071.edbdnh (mgr.14180) 447 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:52:03.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:52:02.464408+0000 mgr.smithi071.edbdnh (mgr.14180) 446 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:03.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:02.738744+0000 mgr.smithi071.edbdnh (mgr.14180) 447 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:52:03.828 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:05.145 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:52:05.145 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:05.509 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:06.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:05 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:04.739316+0000 mgr.smithi071.edbdnh (mgr.14180) 448 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:52:06.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:05 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:04.739316+0000 mgr.smithi071.edbdnh (mgr.14180) 448 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:52:06.510 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:07.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:52:05.142165+0000 mgr.smithi071.edbdnh (mgr.14180) 449 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:07.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:52:05.142165+0000 mgr.smithi071.edbdnh (mgr.14180) 449 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:07.889 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:52:07.889 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:08.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:06.739752+0000 mgr.smithi071.edbdnh (mgr.14180) 450 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:52:08.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:07 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:06.739752+0000 mgr.smithi071.edbdnh (mgr.14180) 450 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:52:08.198 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:09.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:52:07.885695+0000 mgr.smithi071.edbdnh (mgr.14180) 451 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:09.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:52:07.885695+0000 mgr.smithi071.edbdnh (mgr.14180) 451 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:09.199 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:10.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:08.740166+0000 mgr.smithi071.edbdnh (mgr.14180) 452 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:52:10.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:08.740166+0000 mgr.smithi071.edbdnh (mgr.14180) 452 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:52:10.547 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:52:10.547 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:10.916 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:11.918 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:12.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:11 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:52:10.544467+0000 mgr.smithi071.edbdnh (mgr.14180) 453 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:12.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:11 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:10.740939+0000 mgr.smithi071.edbdnh (mgr.14180) 454 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:52:12.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:11 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:52:10.544467+0000 mgr.smithi071.edbdnh (mgr.14180) 453 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:12.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:11 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:10.740939+0000 mgr.smithi071.edbdnh (mgr.14180) 454 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:52:13.263 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:52:13.263 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:13.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:12.741612+0000 mgr.smithi071.edbdnh (mgr.14180) 455 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:52:13.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:12.741612+0000 mgr.smithi071.edbdnh (mgr.14180) 455 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:52:13.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:14.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:52:13.259777+0000 mgr.smithi071.edbdnh (mgr.14180) 456 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:14.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:52:13.259777+0000 mgr.smithi071.edbdnh (mgr.14180) 456 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:14.632 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:15.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:14.742093+0000 mgr.smithi071.edbdnh (mgr.14180) 457 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:52:15.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:15 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:14.742093+0000 mgr.smithi071.edbdnh (mgr.14180) 457 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:52:16.002 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:52:16.002 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:16.382 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:17.383 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:18.043 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:17 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:52:15.999138+0000 mgr.smithi071.edbdnh (mgr.14180) 458 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:18.043 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:17 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:16.742765+0000 mgr.smithi071.edbdnh (mgr.14180) 459 : 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-21T11:52:18.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:17 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:52:15.999138+0000 mgr.smithi071.edbdnh (mgr.14180) 458 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:18.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:17 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:16.742765+0000 mgr.smithi071.edbdnh (mgr.14180) 459 : 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-21T11:52:18.717 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:52:18.717 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:19.089 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:20.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:52:18.714002+0000 mgr.smithi071.edbdnh (mgr.14180) 460 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:20.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:18.743261+0000 mgr.smithi071.edbdnh (mgr.14180) 461 : 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-21T11:52:20.091 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:20.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:52:18.714002+0000 mgr.smithi071.edbdnh (mgr.14180) 460 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:20.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:18.743261+0000 mgr.smithi071.edbdnh (mgr.14180) 461 : 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-21T11:52:21.424 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:52:21.424 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:21.788 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:22.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:20.743725+0000 mgr.smithi071.edbdnh (mgr.14180) 462 : 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-21T11:52:22.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:20.743725+0000 mgr.smithi071.edbdnh (mgr.14180) 462 : 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-21T11:52:22.789 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:23.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:52:21.420321+0000 mgr.smithi071.edbdnh (mgr.14180) 463 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:23.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:52:21.420321+0000 mgr.smithi071.edbdnh (mgr.14180) 463 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:24.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:22.744309+0000 mgr.smithi071.edbdnh (mgr.14180) 464 : 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-21T11:52:24.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:22.744309+0000 mgr.smithi071.edbdnh (mgr.14180) 464 : 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-21T11:52:24.125 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:52:24.125 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:24.481 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:25.482 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:26.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:52:24.122557+0000 mgr.smithi071.edbdnh (mgr.14180) 465 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:26.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:24.744945+0000 mgr.smithi071.edbdnh (mgr.14180) 466 : 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-21T11:52:26.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:25 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:52:24.122557+0000 mgr.smithi071.edbdnh (mgr.14180) 465 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:26.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:25 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:24.744945+0000 mgr.smithi071.edbdnh (mgr.14180) 466 : 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-21T11:52:26.816 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:52:26.817 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:27.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:28.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:26.745440+0000 mgr.smithi071.edbdnh (mgr.14180) 467 : 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-21T11:52:28.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:52:26.813614+0000 mgr.smithi071.edbdnh (mgr.14180) 468 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:28.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:26.745440+0000 mgr.smithi071.edbdnh (mgr.14180) 467 : 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-21T11:52:28.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:52:26.813614+0000 mgr.smithi071.edbdnh (mgr.14180) 468 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:28.187 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:29.530 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:52:29.530 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:29.896 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:30.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:29 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:28.745795+0000 mgr.smithi071.edbdnh (mgr.14180) 469 : 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-21T11:52:30.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:29 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:28.745795+0000 mgr.smithi071.edbdnh (mgr.14180) 469 : 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-21T11:52:30.897 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:31.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:52:29.526836+0000 mgr.smithi071.edbdnh (mgr.14180) 470 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:31.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:52:29.526836+0000 mgr.smithi071.edbdnh (mgr.14180) 470 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:32.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:31 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:30.746366+0000 mgr.smithi071.edbdnh (mgr.14180) 471 : 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-21T11:52:32.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:31 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:30.746366+0000 mgr.smithi071.edbdnh (mgr.14180) 471 : 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-21T11:52:32.185 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:52:32.185 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:32.546 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:33.547 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:33.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:33 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:52:32.182560+0000 mgr.smithi071.edbdnh (mgr.14180) 472 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:33.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:33 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:32.746817+0000 mgr.smithi071.edbdnh (mgr.14180) 473 : 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-21T11:52:33.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:33 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:52:32.182560+0000 mgr.smithi071.edbdnh (mgr.14180) 472 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:33.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:33 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:32.746817+0000 mgr.smithi071.edbdnh (mgr.14180) 473 : 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-21T11:52:34.880 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:52:34.880 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:35.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:36.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:34.747314+0000 mgr.smithi071.edbdnh (mgr.14180) 474 : 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-21T11:52:36.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:52:34.876946+0000 mgr.smithi071.edbdnh (mgr.14180) 475 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:36.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:34.747314+0000 mgr.smithi071.edbdnh (mgr.14180) 474 : 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-21T11:52:36.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:52:34.876946+0000 mgr.smithi071.edbdnh (mgr.14180) 475 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:36.237 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:37.565 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:52:37.565 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:37.934 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:36.747752+0000 mgr.smithi071.edbdnh (mgr.14180) 476 : 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-21T11:52:37.936 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:38.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:37 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:36.747752+0000 mgr.smithi071.edbdnh (mgr.14180) 476 : 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-21T11:52:38.937 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:39.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:52:37.561586+0000 mgr.smithi071.edbdnh (mgr.14180) 477 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:39.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:52:37.561586+0000 mgr.smithi071.edbdnh (mgr.14180) 477 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:39.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:39 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:38.748224+0000 mgr.smithi071.edbdnh (mgr.14180) 478 : 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-21T11:52:40.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:39 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:38.748224+0000 mgr.smithi071.edbdnh (mgr.14180) 478 : 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-21T11:52:40.276 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:52:40.276 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:40.635 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:41.635 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:41.968 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:41 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:52:40.272917+0000 mgr.smithi071.edbdnh (mgr.14180) 479 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:41.969 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:41 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:40.748960+0000 mgr.smithi071.edbdnh (mgr.14180) 480 : 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-21T11:52:42.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:41 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:52:40.272917+0000 mgr.smithi071.edbdnh (mgr.14180) 479 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:42.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:41 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:40.748960+0000 mgr.smithi071.edbdnh (mgr.14180) 480 : 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-21T11:52:42.976 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:52:42.976 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:43.352 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:43.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:42.749421+0000 mgr.smithi071.edbdnh (mgr.14180) 481 : 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-21T11:52:43.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:52:42.972916+0000 mgr.smithi071.edbdnh (mgr.14180) 482 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:43.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:43 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:42.749421+0000 mgr.smithi071.edbdnh (mgr.14180) 481 : 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-21T11:52:43.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:43 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:52:42.972916+0000 mgr.smithi071.edbdnh (mgr.14180) 482 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:44.353 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:45.628 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:52:45.628 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:45.965 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:44.750319+0000 mgr.smithi071.edbdnh (mgr.14180) 483 : 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-21T11:52:46.008 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:46.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:44.750319+0000 mgr.smithi071.edbdnh (mgr.14180) 483 : 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-21T11:52:47.009 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:47.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:52:45.625217+0000 mgr.smithi071.edbdnh (mgr.14180) 484 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:47.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:52:45.625217+0000 mgr.smithi071.edbdnh (mgr.14180) 484 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:47.970 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:47 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:46.750825+0000 mgr.smithi071.edbdnh (mgr.14180) 485 : 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-21T11:52:48.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:47 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:46.750825+0000 mgr.smithi071.edbdnh (mgr.14180) 485 : 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-21T11:52:48.360 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:52:48.361 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:48.708 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:49.709 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:50.042 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:52:48.357772+0000 mgr.smithi071.edbdnh (mgr.14180) 486 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:50.042 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:48.751436+0000 mgr.smithi071.edbdnh (mgr.14180) 487 : 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-21T11:52:50.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:52:48.357772+0000 mgr.smithi071.edbdnh (mgr.14180) 486 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:50.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:48.751436+0000 mgr.smithi071.edbdnh (mgr.14180) 487 : 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-21T11:52:51.022 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:52:51.023 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:51.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:52.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:51 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:50.751903+0000 mgr.smithi071.edbdnh (mgr.14180) 488 : 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-21T11:52:52.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:51 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:50.751903+0000 mgr.smithi071.edbdnh (mgr.14180) 488 : 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-21T11:52:52.375 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:53.027 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:52:51.019690+0000 mgr.smithi071.edbdnh (mgr.14180) 489 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:53.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:52:51.019690+0000 mgr.smithi071.edbdnh (mgr.14180) 489 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:53.677 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:52:53.678 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:53.955 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:52.752300+0000 mgr.smithi071.edbdnh (mgr.14180) 490 : 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-21T11:52:54.040 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:54.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:53 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:52.752300+0000 mgr.smithi071.edbdnh (mgr.14180) 490 : 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-21T11:52:55.042 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:55.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:52:53.674605+0000 mgr.smithi071.edbdnh (mgr.14180) 491 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:55.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:52:53.674605+0000 mgr.smithi071.edbdnh (mgr.14180) 491 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:55.976 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:55 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:54.752709+0000 mgr.smithi071.edbdnh (mgr.14180) 492 : 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-21T11:52:56.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:55 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:54.752709+0000 mgr.smithi071.edbdnh (mgr.14180) 492 : 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-21T11:52:56.338 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:52:56.338 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:56.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:52:57.691 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:52:58.024 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:52:56.334842+0000 mgr.smithi071.edbdnh (mgr.14180) 493 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:58.024 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:56.753206+0000 mgr.smithi071.edbdnh (mgr.14180) 494 : 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-21T11:52:58.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:57 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:52:56.334842+0000 mgr.smithi071.edbdnh (mgr.14180) 493 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:52:58.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:57 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:56.753206+0000 mgr.smithi071.edbdnh (mgr.14180) 494 : 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-21T11:52:59.003 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:52:59.004 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:52:59.372 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:00.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:52:59 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:52:58.753547+0000 mgr.smithi071.edbdnh (mgr.14180) 495 : 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-21T11:53:00.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:52:59 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:52:58.753547+0000 mgr.smithi071.edbdnh (mgr.14180) 495 : 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-21T11:53:00.374 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:01.025 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:52:59.000572+0000 mgr.smithi071.edbdnh (mgr.14180) 496 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:01.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:52:59.000572+0000 mgr.smithi071.edbdnh (mgr.14180) 496 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:01.679 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:53:01.679 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:02.011 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:01 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:00.754049+0000 mgr.smithi071.edbdnh (mgr.14180) 497 : 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-21T11:53:02.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:02.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:01 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:00.754049+0000 mgr.smithi071.edbdnh (mgr.14180) 497 : 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-21T11:53:03.039 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:03.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:53:01.675591+0000 mgr.smithi071.edbdnh (mgr.14180) 498 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:03.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:53:01.675591+0000 mgr.smithi071.edbdnh (mgr.14180) 498 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:04.000 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:02.754419+0000 mgr.smithi071.edbdnh (mgr.14180) 499 : 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-21T11:53:04.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:02.754419+0000 mgr.smithi071.edbdnh (mgr.14180) 499 : 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-21T11:53:04.373 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:53:04.373 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:04.729 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:05.730 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:06.064 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:05 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:53:04.369760+0000 mgr.smithi071.edbdnh (mgr.14180) 500 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:06.064 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:05 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:04.754824+0000 mgr.smithi071.edbdnh (mgr.14180) 501 : 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-21T11:53:06.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:05 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:53:04.369760+0000 mgr.smithi071.edbdnh (mgr.14180) 500 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:06.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:05 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:04.754824+0000 mgr.smithi071.edbdnh (mgr.14180) 501 : 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-21T11:53:07.087 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:53:07.087 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:07.453 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:08.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:06.755422+0000 mgr.smithi071.edbdnh (mgr.14180) 502 : 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-21T11:53:08.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:07 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:06.755422+0000 mgr.smithi071.edbdnh (mgr.14180) 502 : 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-21T11:53:08.455 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:09.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:53:07.083974+0000 mgr.smithi071.edbdnh (mgr.14180) 503 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:09.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:53:07.083974+0000 mgr.smithi071.edbdnh (mgr.14180) 503 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:09.773 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:53:09.773 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:10.060 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:08.755862+0000 mgr.smithi071.edbdnh (mgr.14180) 504 : 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-21T11:53:10.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:10.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:08.755862+0000 mgr.smithi071.edbdnh (mgr.14180) 504 : 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-21T11:53:11.145 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:11.178 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:53:09.769746+0000 mgr.smithi071.edbdnh (mgr.14180) 505 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:11.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:53:09.769746+0000 mgr.smithi071.edbdnh (mgr.14180) 505 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:12.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:11 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:10.756619+0000 mgr.smithi071.edbdnh (mgr.14180) 506 : 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-21T11:53:12.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:11 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:10.756619+0000 mgr.smithi071.edbdnh (mgr.14180) 506 : 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-21T11:53:12.483 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:53:12.484 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:12.836 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:13.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:53:12.480189+0000 mgr.smithi071.edbdnh (mgr.14180) 507 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:13.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:12.757219+0000 mgr.smithi071.edbdnh (mgr.14180) 508 : 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-21T11:53:13.837 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:13.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:53:12.480189+0000 mgr.smithi071.edbdnh (mgr.14180) 507 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:13.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:12.757219+0000 mgr.smithi071.edbdnh (mgr.14180) 508 : 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-21T11:53:15.110 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:53:15.110 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:15.485 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:16.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:14.757624+0000 mgr.smithi071.edbdnh (mgr.14180) 509 : 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-21T11:53:16.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:15 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:14.757624+0000 mgr.smithi071.edbdnh (mgr.14180) 509 : 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-21T11:53:16.486 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:17.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:53:15.106760+0000 mgr.smithi071.edbdnh (mgr.14180) 510 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:17.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:53:15.106760+0000 mgr.smithi071.edbdnh (mgr.14180) 510 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:17.799 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:53:17.799 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:18.074 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:17 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:16.758182+0000 mgr.smithi071.edbdnh (mgr.14180) 511 : 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-21T11:53:18.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:17 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:16.758182+0000 mgr.smithi071.edbdnh (mgr.14180) 511 : 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-21T11:53:18.160 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:19.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:53:17.796456+0000 mgr.smithi071.edbdnh (mgr.14180) 512 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:19.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:53:17.796456+0000 mgr.smithi071.edbdnh (mgr.14180) 512 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:19.161 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:20.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:18.758577+0000 mgr.smithi071.edbdnh (mgr.14180) 513 : 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-21T11:53:20.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:18.758577+0000 mgr.smithi071.edbdnh (mgr.14180) 513 : 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-21T11:53:20.520 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:53:20.520 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:20.884 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:21.885 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:22.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:53:20.516473+0000 mgr.smithi071.edbdnh (mgr.14180) 514 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:22.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:20.759047+0000 mgr.smithi071.edbdnh (mgr.14180) 515 : 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-21T11:53:22.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:53:20.516473+0000 mgr.smithi071.edbdnh (mgr.14180) 514 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:22.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:20.759047+0000 mgr.smithi071.edbdnh (mgr.14180) 515 : 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-21T11:53:23.231 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:53:23.232 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:23.557 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:22.759485+0000 mgr.smithi071.edbdnh (mgr.14180) 516 : 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-21T11:53:23.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:23.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:22.759485+0000 mgr.smithi071.edbdnh (mgr.14180) 516 : 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-21T11:53:24.593 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:24.619 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:53:23.228396+0000 mgr.smithi071.edbdnh (mgr.14180) 517 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:24.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:53:23.228396+0000 mgr.smithi071.edbdnh (mgr.14180) 517 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:25.520 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:24.759904+0000 mgr.smithi071.edbdnh (mgr.14180) 518 : 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-21T11:53:25.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:25 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:24.759904+0000 mgr.smithi071.edbdnh (mgr.14180) 518 : 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-21T11:53:25.869 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:53:25.869 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:26.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:26.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:53:25.866438+0000 mgr.smithi071.edbdnh (mgr.14180) 519 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:26.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:53:25.866438+0000 mgr.smithi071.edbdnh (mgr.14180) 519 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:27.234 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:27.568 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:26.760585+0000 mgr.smithi071.edbdnh (mgr.14180) 520 : 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-21T11:53:27.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:26.760585+0000 mgr.smithi071.edbdnh (mgr.14180) 520 : 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-21T11:53:28.576 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:53:28.576 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:28.957 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:29.958 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:30.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:29 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:53:28.573102+0000 mgr.smithi071.edbdnh (mgr.14180) 521 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:30.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:29 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:28.760985+0000 mgr.smithi071.edbdnh (mgr.14180) 522 : 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-21T11:53:30.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:29 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:53:28.573102+0000 mgr.smithi071.edbdnh (mgr.14180) 521 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:30.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:29 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:28.760985+0000 mgr.smithi071.edbdnh (mgr.14180) 522 : 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-21T11:53:31.249 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:53:31.250 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:31.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:32.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:31 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:30.761691+0000 mgr.smithi071.edbdnh (mgr.14180) 523 : 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-21T11:53:32.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:31 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:30.761691+0000 mgr.smithi071.edbdnh (mgr.14180) 523 : 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-21T11:53:32.600 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:32.933 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:32 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:53:31.246512+0000 mgr.smithi071.edbdnh (mgr.14180) 524 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:33.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:32 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:53:31.246512+0000 mgr.smithi071.edbdnh (mgr.14180) 524 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:33.908 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:53:33.908 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:34.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:33 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:32.762130+0000 mgr.smithi071.edbdnh (mgr.14180) 525 : 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-21T11:53:34.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:33 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:32.762130+0000 mgr.smithi071.edbdnh (mgr.14180) 525 : 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-21T11:53:34.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:35.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:53:33.905249+0000 mgr.smithi071.edbdnh (mgr.14180) 526 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:35.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:53:33.905249+0000 mgr.smithi071.edbdnh (mgr.14180) 526 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:35.274 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:35.960 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:34.762689+0000 mgr.smithi071.edbdnh (mgr.14180) 527 : 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-21T11:53:36.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:34.762689+0000 mgr.smithi071.edbdnh (mgr.14180) 527 : 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-21T11:53:36.632 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:53:36.632 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:36.989 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:37.990 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:38.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:53:36.628418+0000 mgr.smithi071.edbdnh (mgr.14180) 528 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:38.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:36.763206+0000 mgr.smithi071.edbdnh (mgr.14180) 529 : 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-21T11:53:38.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:37 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:53:36.628418+0000 mgr.smithi071.edbdnh (mgr.14180) 528 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:38.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:37 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:36.763206+0000 mgr.smithi071.edbdnh (mgr.14180) 529 : 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-21T11:53:39.322 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:53:39.322 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:39.696 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:40.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:39 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:38.763640+0000 mgr.smithi071.edbdnh (mgr.14180) 530 : 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-21T11:53:40.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:39 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:38.763640+0000 mgr.smithi071.edbdnh (mgr.14180) 530 : 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-21T11:53:40.697 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:41.032 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:40 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:53:39.319382+0000 mgr.smithi071.edbdnh (mgr.14180) 531 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:41.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:40 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:53:39.319382+0000 mgr.smithi071.edbdnh (mgr.14180) 531 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:42.029 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:53:42.030 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:42.057 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:41 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:40.764246+0000 mgr.smithi071.edbdnh (mgr.14180) 532 : 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-21T11:53:42.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:41 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:40.764246+0000 mgr.smithi071.edbdnh (mgr.14180) 532 : 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-21T11:53:42.379 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:43.381 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:43.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:53:42.026302+0000 mgr.smithi071.edbdnh (mgr.14180) 533 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:43.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:42.764869+0000 mgr.smithi071.edbdnh (mgr.14180) 534 : 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-21T11:53:43.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:43 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:53:42.026302+0000 mgr.smithi071.edbdnh (mgr.14180) 533 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:43.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:43 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:42.764869+0000 mgr.smithi071.edbdnh (mgr.14180) 534 : 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-21T11:53:44.693 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:53:44.693 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:45.079 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:46.081 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:46.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:53:44.689421+0000 mgr.smithi071.edbdnh (mgr.14180) 535 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:46.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:44.765308+0000 mgr.smithi071.edbdnh (mgr.14180) 536 : 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-21T11:53:46.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:53:44.689421+0000 mgr.smithi071.edbdnh (mgr.14180) 535 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:46.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:44.765308+0000 mgr.smithi071.edbdnh (mgr.14180) 536 : 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-21T11:53:47.450 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:53:47.450 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:47.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:48.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:47 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:46.765771+0000 mgr.smithi071.edbdnh (mgr.14180) 537 : 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-21T11:53:48.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:47 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:46.765771+0000 mgr.smithi071.edbdnh (mgr.14180) 537 : 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-21T11:53:48.812 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:49.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:53:47.446726+0000 mgr.smithi071.edbdnh (mgr.14180) 538 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:49.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:53:47.446726+0000 mgr.smithi071.edbdnh (mgr.14180) 538 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:50.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:48.766242+0000 mgr.smithi071.edbdnh (mgr.14180) 539 : 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-21T11:53:50.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:48.766242+0000 mgr.smithi071.edbdnh (mgr.14180) 539 : 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-21T11:53:50.129 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:53:50.129 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:50.494 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:51.495 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:52.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:51 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:53:50.125945+0000 mgr.smithi071.edbdnh (mgr.14180) 540 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:52.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:51 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:50.766769+0000 mgr.smithi071.edbdnh (mgr.14180) 541 : 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-21T11:53:52.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:51 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:53:50.125945+0000 mgr.smithi071.edbdnh (mgr.14180) 540 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:52.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:51 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:50.766769+0000 mgr.smithi071.edbdnh (mgr.14180) 541 : 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-21T11:53:52.824 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:53:52.825 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:53.193 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:53.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:52.767206+0000 mgr.smithi071.edbdnh (mgr.14180) 542 : 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-21T11:53:53.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:53:52.821054+0000 mgr.smithi071.edbdnh (mgr.14180) 543 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:53.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:53 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:52.767206+0000 mgr.smithi071.edbdnh (mgr.14180) 542 : 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-21T11:53:53.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:53 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:53:52.821054+0000 mgr.smithi071.edbdnh (mgr.14180) 543 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:54.194 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:55.519 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:53:55.520 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:55.885 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:56.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:55 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:54.767624+0000 mgr.smithi071.edbdnh (mgr.14180) 544 : 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-21T11:53:56.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:55 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:54.767624+0000 mgr.smithi071.edbdnh (mgr.14180) 544 : 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-21T11:53:56.885 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:57.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:56 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:53:55.516607+0000 mgr.smithi071.edbdnh (mgr.14180) 545 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:57.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:56 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:53:55.516607+0000 mgr.smithi071.edbdnh (mgr.14180) 545 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:58.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:56.768333+0000 mgr.smithi071.edbdnh (mgr.14180) 546 : 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-21T11:53:58.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:57 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:56.768333+0000 mgr.smithi071.edbdnh (mgr.14180) 546 : 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-21T11:53:58.221 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:53:58.222 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:53:58.567 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:53:59.567 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:53:59.919 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:59 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:53:58.218742+0000 mgr.smithi071.edbdnh (mgr.14180) 547 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:53:59.920 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:53:59 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:53:58.768875+0000 mgr.smithi071.edbdnh (mgr.14180) 548 : 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-21T11:54:00.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:59 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:53:58.218742+0000 mgr.smithi071.edbdnh (mgr.14180) 547 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:00.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:53:59 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:53:58.768875+0000 mgr.smithi071.edbdnh (mgr.14180) 548 : 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-21T11:54:00.961 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:54:00.961 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:01.317 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:02.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:01 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:00.769393+0000 mgr.smithi071.edbdnh (mgr.14180) 549 : 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-21T11:54:02.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:01 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:54:00.957953+0000 mgr.smithi071.edbdnh (mgr.14180) 550 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:02.319 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:02.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:01 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:00.769393+0000 mgr.smithi071.edbdnh (mgr.14180) 549 : 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-21T11:54:02.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:01 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:54:00.957953+0000 mgr.smithi071.edbdnh (mgr.14180) 550 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:03.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:02.769947+0000 mgr.smithi071.edbdnh (mgr.14180) 551 : 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-21T11:54:03.649 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:54:03.649 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:03.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:02.769947+0000 mgr.smithi071.edbdnh (mgr.14180) 551 : 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-21T11:54:04.024 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:04.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:54:03.646095+0000 mgr.smithi071.edbdnh (mgr.14180) 552 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:04.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:54:03.646095+0000 mgr.smithi071.edbdnh (mgr.14180) 552 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:05.026 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:05.695 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:05 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:04.770450+0000 mgr.smithi071.edbdnh (mgr.14180) 553 : 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-21T11:54:05.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:05 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:04.770450+0000 mgr.smithi071.edbdnh (mgr.14180) 553 : 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-21T11:54:06.373 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:54:06.373 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:06.733 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:07.734 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:08.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:54:06.369625+0000 mgr.smithi071.edbdnh (mgr.14180) 554 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:08.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:06.770916+0000 mgr.smithi071.edbdnh (mgr.14180) 555 : 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-21T11:54:08.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:07 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:54:06.369625+0000 mgr.smithi071.edbdnh (mgr.14180) 554 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:08.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:07 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:06.770916+0000 mgr.smithi071.edbdnh (mgr.14180) 555 : 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-21T11:54:09.103 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:54:09.103 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:09.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:10.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:08.771302+0000 mgr.smithi071.edbdnh (mgr.14180) 556 : 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-21T11:54:10.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:08.771302+0000 mgr.smithi071.edbdnh (mgr.14180) 556 : 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-21T11:54:10.459 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:11.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:54:09.099674+0000 mgr.smithi071.edbdnh (mgr.14180) 557 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:11.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:54:09.099674+0000 mgr.smithi071.edbdnh (mgr.14180) 557 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:11.804 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:54:11.805 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:12.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:11 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:10.771967+0000 mgr.smithi071.edbdnh (mgr.14180) 558 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:54:12.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:11 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:10.771967+0000 mgr.smithi071.edbdnh (mgr.14180) 558 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:54:12.197 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:13.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:54:11.801597+0000 mgr.smithi071.edbdnh (mgr.14180) 559 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:13.198 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:13.230 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:54:11.801597+0000 mgr.smithi071.edbdnh (mgr.14180) 559 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:14.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:12.772641+0000 mgr.smithi071.edbdnh (mgr.14180) 560 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:54:14.191 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:12.772641+0000 mgr.smithi071.edbdnh (mgr.14180) 560 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:54:14.561 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:54:14.561 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:14.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:15.942 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:16.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:15 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:54:14.558076+0000 mgr.smithi071.edbdnh (mgr.14180) 561 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:16.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:15 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:14.773035+0000 mgr.smithi071.edbdnh (mgr.14180) 562 : 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-21T11:54:16.274 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:54:14.558076+0000 mgr.smithi071.edbdnh (mgr.14180) 561 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:16.316 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:14.773035+0000 mgr.smithi071.edbdnh (mgr.14180) 562 : 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-21T11:54:17.307 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:54:17.308 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:24.592661Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:17.672 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:18.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:17 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:16.773606+0000 mgr.smithi071.edbdnh (mgr.14180) 563 : 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-21T11:54:18.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:17 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:16.773606+0000 mgr.smithi071.edbdnh (mgr.14180) 563 : 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-21T11:54:18.673 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:19.166 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:54:17.303328+0000 mgr.smithi071.edbdnh (mgr.14180) 564 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:19.166 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:54:18.512461+0000 mon.smithi071 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi204.qiewts"}]: dispatch 2024-01-21T11:54:19.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:54:17.303328+0000 mgr.smithi071.edbdnh (mgr.14180) 564 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:19.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:54:18.512461+0000 mon.smithi071 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi204.qiewts"}]: dispatch 2024-01-21T11:54:20.004 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:54:20.004 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:20.168 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:54:18.511892+0000 mgr.smithi071.edbdnh (mgr.14180) 565 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts 2024-01-21T11:54:20.168 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts 2024-01-21T11:54:20.168 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts 2024-01-21T11:54:20.168 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts 2024-01-21T11:54:20.168 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Deploy daemon haproxy.nfs.foo.smithi204.qiewts ... 2024-01-21T11:54:20.168 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:54:20.168 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:54:20.168 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:52: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-21T11:54:20.169 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:53:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:54:20.169 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:53: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-21T11:54:20.169 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:54:20.169 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:54:20.169 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Traceback (most recent call last): 2024-01-21T11:54:20.169 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:54:20.169 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: yield (conn, connr) 2024-01-21T11:54:20.169 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:54:20.169 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: code, '\n'.join(err))) 2024-01-21T11:54:20.169 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts 2024-01-21T11:54:20.169 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts 2024-01-21T11:54:20.169 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts 2024-01-21T11:54:20.170 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts 2024-01-21T11:54:20.170 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Deploy daemon haproxy.nfs.foo.smithi204.qiewts ... 2024-01-21T11:54:20.170 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:54:20.170 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:54:20.170 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:52: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-21T11:54:20.170 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:53:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:54:20.170 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:53: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-21T11:54:20.170 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:54:20.170 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:54:20.170 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:54:18.512132+0000 mgr.smithi071.edbdnh (mgr.14180) 566 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi204.qiewts 2024-01-21T11:54:20.170 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:54:18.513130+0000 mgr.smithi071.edbdnh (mgr.14180) 567 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts 2024-01-21T11:54:20.170 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts 2024-01-21T11:54:20.170 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts 2024-01-21T11:54:20.170 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts 2024-01-21T11:54:20.170 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Deploy daemon haproxy.nfs.foo.smithi204.qiewts ... 2024-01-21T11:54:20.170 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:54:20.171 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:54:20.171 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:52: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-21T11:54:20.171 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:53:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:54:20.171 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:53: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-21T11:54:20.171 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:54:20.171 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:54:20.171 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:54:18.514912+0000 mgr.smithi071.edbdnh (mgr.14180) 568 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi071.ohlwmc on smithi071 2024-01-21T11:54:20.171 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:18.773975+0000 mgr.smithi071.edbdnh (mgr.14180) 569 : 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-21T11:54:20.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:54:18.511892+0000 mgr.smithi071.edbdnh (mgr.14180) 565 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts 2024-01-21T11:54:20.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts 2024-01-21T11:54:20.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts 2024-01-21T11:54:20.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts 2024-01-21T11:54:20.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Deploy daemon haproxy.nfs.foo.smithi204.qiewts ... 2024-01-21T11:54:20.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:54:20.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:54:20.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:52: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-21T11:54:20.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:53:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:54:20.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:53: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-21T11:54:20.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:54:20.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:54:20.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Traceback (most recent call last): 2024-01-21T11:54:20.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:54:20.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: yield (conn, connr) 2024-01-21T11:54:20.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:54:20.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: code, '\n'.join(err))) 2024-01-21T11:54:20.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts 2024-01-21T11:54:20.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts 2024-01-21T11:54:20.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts 2024-01-21T11:54:20.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts 2024-01-21T11:54:20.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Deploy daemon haproxy.nfs.foo.smithi204.qiewts ... 2024-01-21T11:54:20.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:54:20.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:54:20.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:52: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-21T11:54:20.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:53:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:54:20.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:53: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-21T11:54:20.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:54:20.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:54:20.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:54:18.512132+0000 mgr.smithi071.edbdnh (mgr.14180) 566 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi204.qiewts 2024-01-21T11:54:20.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:54:18.513130+0000 mgr.smithi071.edbdnh (mgr.14180) 567 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts 2024-01-21T11:54:20.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts 2024-01-21T11:54:20.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts 2024-01-21T11:54:20.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts 2024-01-21T11:54:20.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Deploy daemon haproxy.nfs.foo.smithi204.qiewts ... 2024-01-21T11:54:20.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:54:20.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:54:20.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:52: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-21T11:54:20.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:53:02Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T11:54:20.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:53: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-21T11:54:20.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:54:20.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:54:20.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:54:18.514912+0000 mgr.smithi071.edbdnh (mgr.14180) 568 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi071.ohlwmc on smithi071 2024-01-21T11:54:20.347 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:18.773975+0000 mgr.smithi071.edbdnh (mgr.14180) 569 : 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-21T11:54:20.370 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:21.371 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:22.016 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:54:20.000198+0000 mgr.smithi071.edbdnh (mgr.14180) 570 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:22.016 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:20.774657+0000 mgr.smithi071.edbdnh (mgr.14180) 571 : 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-21T11:54:22.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:54:20.000198+0000 mgr.smithi071.edbdnh (mgr.14180) 570 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:22.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:20.774657+0000 mgr.smithi071.edbdnh (mgr.14180) 571 : 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-21T11:54:22.672 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:54:22.673 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:23.063 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:23.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:54:22.669413+0000 mgr.smithi071.edbdnh (mgr.14180) 572 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:23.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:22.775178+0000 mgr.smithi071.edbdnh (mgr.14180) 573 : 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-21T11:54:23.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:54:22.669413+0000 mgr.smithi071.edbdnh (mgr.14180) 572 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:23.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:22.775178+0000 mgr.smithi071.edbdnh (mgr.14180) 573 : 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-21T11:54:24.064 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:25.370 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:54:25.370 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:25.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:26.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:24.775813+0000 mgr.smithi071.edbdnh (mgr.14180) 574 : 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-21T11:54:26.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:25 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:24.775813+0000 mgr.smithi071.edbdnh (mgr.14180) 574 : 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-21T11:54:26.754 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:27.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:54:25.367509+0000 mgr.smithi071.edbdnh (mgr.14180) 575 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:27.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:54:25.367509+0000 mgr.smithi071.edbdnh (mgr.14180) 575 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:28.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:26.776330+0000 mgr.smithi071.edbdnh (mgr.14180) 576 : 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-21T11:54:28.092 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:54:28.092 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:28.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:26.776330+0000 mgr.smithi071.edbdnh (mgr.14180) 576 : 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-21T11:54:28.461 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:29.462 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:30.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:29 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:54:28.089229+0000 mgr.smithi071.edbdnh (mgr.14180) 577 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:30.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:29 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:28.776776+0000 mgr.smithi071.edbdnh (mgr.14180) 578 : 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-21T11:54:30.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:29 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:54:28.089229+0000 mgr.smithi071.edbdnh (mgr.14180) 577 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:30.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:29 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:28.776776+0000 mgr.smithi071.edbdnh (mgr.14180) 578 : 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-21T11:54:30.772 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:54:30.772 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:31.135 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:32.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:31 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:54:30.768559+0000 mgr.smithi071.edbdnh (mgr.14180) 579 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:32.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:31 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:30.777221+0000 mgr.smithi071.edbdnh (mgr.14180) 580 : 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-21T11:54:32.137 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:32.171 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:31 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:54:30.768559+0000 mgr.smithi071.edbdnh (mgr.14180) 579 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:32.171 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:31 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:30.777221+0000 mgr.smithi071.edbdnh (mgr.14180) 580 : 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-21T11:54:33.477 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:54:33.477 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:33.630 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:33 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:32.777669+0000 mgr.smithi071.edbdnh (mgr.14180) 581 : 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-21T11:54:33.843 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:33.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:33 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:32.777669+0000 mgr.smithi071.edbdnh (mgr.14180) 581 : 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-21T11:54:34.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:54:33.473036+0000 mgr.smithi071.edbdnh (mgr.14180) 582 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:34.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:54:33.473036+0000 mgr.smithi071.edbdnh (mgr.14180) 582 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:34.843 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:35.480 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:34.778197+0000 mgr.smithi071.edbdnh (mgr.14180) 583 : 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-21T11:54:35.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:34.778197+0000 mgr.smithi071.edbdnh (mgr.14180) 583 : 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-21T11:54:36.127 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:54:36.127 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:36.483 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:37.484 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:38.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:54:36.123969+0000 mgr.smithi071.edbdnh (mgr.14180) 584 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:38.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:36.778763+0000 mgr.smithi071.edbdnh (mgr.14180) 585 : 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-21T11:54:38.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:37 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:54:36.123969+0000 mgr.smithi071.edbdnh (mgr.14180) 584 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:38.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:37 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:36.778763+0000 mgr.smithi071.edbdnh (mgr.14180) 585 : 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-21T11:54:38.778 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:54:38.778 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:39.134 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:40.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:39 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:54:38.774465+0000 mgr.smithi071.edbdnh (mgr.14180) 586 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:40.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:39 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:38.779093+0000 mgr.smithi071.edbdnh (mgr.14180) 587 : 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-21T11:54:40.134 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:40.168 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:39 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:54:38.774465+0000 mgr.smithi071.edbdnh (mgr.14180) 586 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:40.168 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:39 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:38.779093+0000 mgr.smithi071.edbdnh (mgr.14180) 587 : 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-21T11:54:41.468 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:54:41.468 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:41.832 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:42.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:41 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:40.779705+0000 mgr.smithi071.edbdnh (mgr.14180) 588 : 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-21T11:54:42.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:41 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:40.779705+0000 mgr.smithi071.edbdnh (mgr.14180) 588 : 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-21T11:54:42.833 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:43.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:54:41.464329+0000 mgr.smithi071.edbdnh (mgr.14180) 589 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:43.153 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:54:41.464329+0000 mgr.smithi071.edbdnh (mgr.14180) 589 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:44.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:42.780420+0000 mgr.smithi071.edbdnh (mgr.14180) 590 : 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-21T11:54:44.156 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:54:44.156 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:44.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:43 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:42.780420+0000 mgr.smithi071.edbdnh (mgr.14180) 590 : 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-21T11:54:44.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:45.526 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:46.169 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:54:44.152426+0000 mgr.smithi071.edbdnh (mgr.14180) 591 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:46.169 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:44.781004+0000 mgr.smithi071.edbdnh (mgr.14180) 592 : 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-21T11:54:46.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:54:44.152426+0000 mgr.smithi071.edbdnh (mgr.14180) 591 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:46.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:44.781004+0000 mgr.smithi071.edbdnh (mgr.14180) 592 : 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-21T11:54:46.828 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:54:46.828 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:47.198 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:48.199 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:48.231 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:47 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:46.781634+0000 mgr.smithi071.edbdnh (mgr.14180) 593 : 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-21T11:54:48.231 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:47 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:54:46.824963+0000 mgr.smithi071.edbdnh (mgr.14180) 594 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:48.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:47 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:46.781634+0000 mgr.smithi071.edbdnh (mgr.14180) 593 : 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-21T11:54:48.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:47 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:54:46.824963+0000 mgr.smithi071.edbdnh (mgr.14180) 594 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:49.536 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:54:49.536 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:49.907 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:50.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:48.782008+0000 mgr.smithi071.edbdnh (mgr.14180) 595 : 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-21T11:54:50.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:48.782008+0000 mgr.smithi071.edbdnh (mgr.14180) 595 : 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-21T11:54:50.908 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:51.232 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:54:49.533143+0000 mgr.smithi071.edbdnh (mgr.14180) 596 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:51.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:54:49.533143+0000 mgr.smithi071.edbdnh (mgr.14180) 596 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:52.255 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:54:52.255 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:52.279 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:51 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:50.782609+0000 mgr.smithi071.edbdnh (mgr.14180) 597 : 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-21T11:54:52.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:51 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:50.782609+0000 mgr.smithi071.edbdnh (mgr.14180) 597 : 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-21T11:54:52.672 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:53.672 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:53.705 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:54:52.246077+0000 mgr.smithi071.edbdnh (mgr.14180) 598 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:53.705 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:52.783293+0000 mgr.smithi071.edbdnh (mgr.14180) 599 : 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-21T11:54:53.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:53 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:54:52.246077+0000 mgr.smithi071.edbdnh (mgr.14180) 598 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:53.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:53 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:52.783293+0000 mgr.smithi071.edbdnh (mgr.14180) 599 : 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-21T11:54:54.970 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:54:54.970 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:55.331 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:56.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:55 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:54.783671+0000 mgr.smithi071.edbdnh (mgr.14180) 600 : 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-21T11:54:56.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:55 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:54:54.967066+0000 mgr.smithi071.edbdnh (mgr.14180) 601 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:56.332 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:56.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:55 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:54.783671+0000 mgr.smithi071.edbdnh (mgr.14180) 600 : 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-21T11:54:56.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:55 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:54:54.967066+0000 mgr.smithi071.edbdnh (mgr.14180) 601 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:57.630 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:54:57.631 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:54:57.920 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:56.784177+0000 mgr.smithi071.edbdnh (mgr.14180) 602 : 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-21T11:54:57.996 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:54:58.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:57 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:56.784177+0000 mgr.smithi071.edbdnh (mgr.14180) 602 : 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-21T11:54:58.997 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:54:59.322 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:54:57.627360+0000 mgr.smithi071.edbdnh (mgr.14180) 603 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:54:59.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:54:57.627360+0000 mgr.smithi071.edbdnh (mgr.14180) 603 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:00.028 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:54:59 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:54:58.784646+0000 mgr.smithi071.edbdnh (mgr.14180) 604 : 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-21T11:55:00.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:54:59 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:54:58.784646+0000 mgr.smithi071.edbdnh (mgr.14180) 604 : 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-21T11:55:00.361 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:55:00.362 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:00.729 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:01.730 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:02.064 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:01 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:55:00.358761+0000 mgr.smithi071.edbdnh (mgr.14180) 605 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:02.064 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:01 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:00.785279+0000 mgr.smithi071.edbdnh (mgr.14180) 606 : 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-21T11:55:02.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:01 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:55:00.358761+0000 mgr.smithi071.edbdnh (mgr.14180) 605 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:02.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:01 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:00.785279+0000 mgr.smithi071.edbdnh (mgr.14180) 606 : 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-21T11:55:03.072 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:55:03.073 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:03.445 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:03.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:02.785667+0000 mgr.smithi071.edbdnh (mgr.14180) 607 : 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-21T11:55:03.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:02.785667+0000 mgr.smithi071.edbdnh (mgr.14180) 607 : 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-21T11:55:04.446 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:04.796 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:55:03.069434+0000 mgr.smithi071.edbdnh (mgr.14180) 608 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:04.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:55:03.069434+0000 mgr.smithi071.edbdnh (mgr.14180) 608 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:05.774 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:55:05.774 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:05.795 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:05 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:04.786421+0000 mgr.smithi071.edbdnh (mgr.14180) 609 : 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-21T11:55:05.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:05 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:04.786421+0000 mgr.smithi071.edbdnh (mgr.14180) 609 : 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-21T11:55:06.136 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:06.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:55:05.770842+0000 mgr.smithi071.edbdnh (mgr.14180) 610 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:06.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:55:05.770842+0000 mgr.smithi071.edbdnh (mgr.14180) 610 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:07.137 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:07.470 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:06.786865+0000 mgr.smithi071.edbdnh (mgr.14180) 611 : 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-21T11:55:07.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:07 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:06.786865+0000 mgr.smithi071.edbdnh (mgr.14180) 611 : 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-21T11:55:08.487 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:55:08.487 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:08.871 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:09.872 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:10.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:55:08.484318+0000 mgr.smithi071.edbdnh (mgr.14180) 612 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:10.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:08.787239+0000 mgr.smithi071.edbdnh (mgr.14180) 613 : 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-21T11:55:10.187 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:55:08.484318+0000 mgr.smithi071.edbdnh (mgr.14180) 612 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:10.187 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:08.787239+0000 mgr.smithi071.edbdnh (mgr.14180) 613 : 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-21T11:55:11.159 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:55:11.160 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:11.502 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:12.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:11 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:10.787836+0000 mgr.smithi071.edbdnh (mgr.14180) 614 : 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-21T11:55:12.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:11 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:10.787836+0000 mgr.smithi071.edbdnh (mgr.14180) 614 : 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-21T11:55:12.503 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:13.147 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:55:11.156631+0000 mgr.smithi071.edbdnh (mgr.14180) 615 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:13.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:55:11.156631+0000 mgr.smithi071.edbdnh (mgr.14180) 615 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:13.837 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:55:13.837 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:14.132 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:12.788475+0000 mgr.smithi071.edbdnh (mgr.14180) 616 : 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-21T11:55:14.201 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:14.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:12.788475+0000 mgr.smithi071.edbdnh (mgr.14180) 616 : 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-21T11:55:15.202 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:15.229 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:55:13.833664+0000 mgr.smithi071.edbdnh (mgr.14180) 617 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:15.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:55:13.833664+0000 mgr.smithi071.edbdnh (mgr.14180) 617 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:16.147 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:14.788883+0000 mgr.smithi071.edbdnh (mgr.14180) 618 : 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-21T11:55:16.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:15 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:14.788883+0000 mgr.smithi071.edbdnh (mgr.14180) 618 : 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-21T11:55:16.481 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:55:16.481 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:16.834 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:17.835 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:18.159 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:17 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:55:16.477955+0000 mgr.smithi071.edbdnh (mgr.14180) 619 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:18.159 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:17 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:16.789385+0000 mgr.smithi071.edbdnh (mgr.14180) 620 : 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-21T11:55:18.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:17 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:55:16.477955+0000 mgr.smithi071.edbdnh (mgr.14180) 619 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:18.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:17 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:16.789385+0000 mgr.smithi071.edbdnh (mgr.14180) 620 : 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-21T11:55:19.173 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:55:19.173 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:19.558 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:20.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:18.789800+0000 mgr.smithi071.edbdnh (mgr.14180) 621 : 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-21T11:55:20.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:18.789800+0000 mgr.smithi071.edbdnh (mgr.14180) 621 : 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-21T11:55:20.559 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:21.237 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:55:19.169454+0000 mgr.smithi071.edbdnh (mgr.14180) 622 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:21.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:55:19.169454+0000 mgr.smithi071.edbdnh (mgr.14180) 622 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:21.902 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:55:21.902 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:22.181 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:20.790321+0000 mgr.smithi071.edbdnh (mgr.14180) 623 : 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-21T11:55:22.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:22.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:20.790321+0000 mgr.smithi071.edbdnh (mgr.14180) 623 : 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-21T11:55:23.267 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:23.300 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:55:21.898883+0000 mgr.smithi071.edbdnh (mgr.14180) 624 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:23.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:55:21.898883+0000 mgr.smithi071.edbdnh (mgr.14180) 624 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:24.211 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:22.790716+0000 mgr.smithi071.edbdnh (mgr.14180) 625 : 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-21T11:55:24.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:22.790716+0000 mgr.smithi071.edbdnh (mgr.14180) 625 : 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-21T11:55:24.571 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:55:24.571 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:24.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:25.941 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:26.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:55:24.567852+0000 mgr.smithi071.edbdnh (mgr.14180) 626 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:26.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:24.791223+0000 mgr.smithi071.edbdnh (mgr.14180) 627 : 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-21T11:55:26.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:25 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:55:24.567852+0000 mgr.smithi071.edbdnh (mgr.14180) 626 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:26.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:25 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:24.791223+0000 mgr.smithi071.edbdnh (mgr.14180) 627 : 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-21T11:55:27.253 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:55:27.253 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:27.623 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:28.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:26.791761+0000 mgr.smithi071.edbdnh (mgr.14180) 628 : 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-21T11:55:28.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:26.791761+0000 mgr.smithi071.edbdnh (mgr.14180) 628 : 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-21T11:55:28.624 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:28.949 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:55:27.249644+0000 mgr.smithi071.edbdnh (mgr.14180) 629 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:29.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:55:27.249644+0000 mgr.smithi071.edbdnh (mgr.14180) 629 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:29.965 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:55:29.965 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:30.152 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:29 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:28.792138+0000 mgr.smithi071.edbdnh (mgr.14180) 630 : 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-21T11:55:30.330 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:30.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:29 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:28.792138+0000 mgr.smithi071.edbdnh (mgr.14180) 630 : 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-21T11:55:31.331 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:31.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:55:29.961912+0000 mgr.smithi071.edbdnh (mgr.14180) 631 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:31.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:55:29.961912+0000 mgr.smithi071.edbdnh (mgr.14180) 631 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:31.993 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:31 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:30.792666+0000 mgr.smithi071.edbdnh (mgr.14180) 632 : 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-21T11:55:32.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:31 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:30.792666+0000 mgr.smithi071.edbdnh (mgr.14180) 632 : 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-21T11:55:32.665 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:55:32.666 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:33.063 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:33.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:33 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:55:32.662519+0000 mgr.smithi071.edbdnh (mgr.14180) 633 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:33.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:33 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:32.793157+0000 mgr.smithi071.edbdnh (mgr.14180) 634 : 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-21T11:55:33.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:33 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:55:32.662519+0000 mgr.smithi071.edbdnh (mgr.14180) 633 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:33.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:33 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:32.793157+0000 mgr.smithi071.edbdnh (mgr.14180) 634 : 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-21T11:55:34.064 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:35.338 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:55:35.339 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:35.696 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:36.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:34.793657+0000 mgr.smithi071.edbdnh (mgr.14180) 635 : 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-21T11:55:36.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:34.793657+0000 mgr.smithi071.edbdnh (mgr.14180) 635 : 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-21T11:55:36.696 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:37.031 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:55:35.335110+0000 mgr.smithi071.edbdnh (mgr.14180) 636 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:37.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:55:35.335110+0000 mgr.smithi071.edbdnh (mgr.14180) 636 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:38.013 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:55:38.013 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:38.035 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:36.794171+0000 mgr.smithi071.edbdnh (mgr.14180) 637 : 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-21T11:55:38.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:37 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:36.794171+0000 mgr.smithi071.edbdnh (mgr.14180) 637 : 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-21T11:55:38.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:39.363 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:40.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:39 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:55:38.010174+0000 mgr.smithi071.edbdnh (mgr.14180) 638 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:40.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:39 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:38.794643+0000 mgr.smithi071.edbdnh (mgr.14180) 639 : 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-21T11:55:40.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:39 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:55:38.010174+0000 mgr.smithi071.edbdnh (mgr.14180) 638 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:40.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:39 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:38.794643+0000 mgr.smithi071.edbdnh (mgr.14180) 639 : 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-21T11:55:40.819 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:55:40.820 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:41.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:42.180 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:42.213 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:41 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:40.795153+0000 mgr.smithi071.edbdnh (mgr.14180) 640 : 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-21T11:55:42.213 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:41 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:55:40.816092+0000 mgr.smithi071.edbdnh (mgr.14180) 641 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:42.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:41 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:40.795153+0000 mgr.smithi071.edbdnh (mgr.14180) 640 : 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-21T11:55:42.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:41 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:55:40.816092+0000 mgr.smithi071.edbdnh (mgr.14180) 641 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:43.569 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:55:43.569 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:43.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:42.795576+0000 mgr.smithi071.edbdnh (mgr.14180) 642 : 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-21T11:55:43.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:43 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:42.795576+0000 mgr.smithi071.edbdnh (mgr.14180) 642 : 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-21T11:55:43.971 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:44.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:44 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:55:43.565370+0000 mgr.smithi071.edbdnh (mgr.14180) 643 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:44.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:44 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:55:43.565370+0000 mgr.smithi071.edbdnh (mgr.14180) 643 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:44.972 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:45.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:44.795991+0000 mgr.smithi071.edbdnh (mgr.14180) 644 : 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-21T11:55:45.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:44.795991+0000 mgr.smithi071.edbdnh (mgr.14180) 644 : 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-21T11:55:46.295 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:55:46.295 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:46.668 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:47.669 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:48.021 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:47 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:55:46.291770+0000 mgr.smithi071.edbdnh (mgr.14180) 645 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:48.021 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:47 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:46.796660+0000 mgr.smithi071.edbdnh (mgr.14180) 646 : 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-21T11:55:48.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:47 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:55:46.291770+0000 mgr.smithi071.edbdnh (mgr.14180) 645 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:48.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:47 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:46.796660+0000 mgr.smithi071.edbdnh (mgr.14180) 646 : 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-21T11:55:49.105 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:55:49.105 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:49.476 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:50.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:48.796969+0000 mgr.smithi071.edbdnh (mgr.14180) 647 : 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-21T11:55:50.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:48.796969+0000 mgr.smithi071.edbdnh (mgr.14180) 647 : 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-21T11:55:50.478 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:51.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:55:49.102153+0000 mgr.smithi071.edbdnh (mgr.14180) 648 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:51.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:55:49.102153+0000 mgr.smithi071.edbdnh (mgr.14180) 648 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:51.834 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:55:51.834 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:52.116 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:51 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:50.797450+0000 mgr.smithi071.edbdnh (mgr.14180) 649 : 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-21T11:55:52.191 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:52.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:51 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:50.797450+0000 mgr.smithi071.edbdnh (mgr.14180) 649 : 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-21T11:55:53.193 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:53.226 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:55:51.830806+0000 mgr.smithi071.edbdnh (mgr.14180) 650 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:53.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:55:51.830806+0000 mgr.smithi071.edbdnh (mgr.14180) 650 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:54.180 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:52.797898+0000 mgr.smithi071.edbdnh (mgr.14180) 651 : 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-21T11:55:54.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:53 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:52.797898+0000 mgr.smithi071.edbdnh (mgr.14180) 651 : 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-21T11:55:54.548 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:55:54.549 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:54.918 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:55.919 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:56.243 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:55 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:55:54.544663+0000 mgr.smithi071.edbdnh (mgr.14180) 652 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:56.243 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:55 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:54.798342+0000 mgr.smithi071.edbdnh (mgr.14180) 653 : 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-21T11:55:56.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:55 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:55:54.544663+0000 mgr.smithi071.edbdnh (mgr.14180) 652 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:56.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:55 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:54.798342+0000 mgr.smithi071.edbdnh (mgr.14180) 653 : 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-21T11:55:57.218 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:55:57.218 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:55:57.583 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:55:58.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:56.798758+0000 mgr.smithi071.edbdnh (mgr.14180) 654 : 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-21T11:55:58.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:57 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:56.798758+0000 mgr.smithi071.edbdnh (mgr.14180) 654 : 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-21T11:55:58.584 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:55:59.245 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:55:57.210292+0000 mgr.smithi071.edbdnh (mgr.14180) 655 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:59.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:55:57.210292+0000 mgr.smithi071.edbdnh (mgr.14180) 655 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:55:59.945 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:55:59.946 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:00.264 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:55:59 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:55:58.799099+0000 mgr.smithi071.edbdnh (mgr.14180) 656 : 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-21T11:56:00.299 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:00.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:55:59 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:55:58.799099+0000 mgr.smithi071.edbdnh (mgr.14180) 656 : 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-21T11:56:01.301 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:01.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:55:59.942353+0000 mgr.smithi071.edbdnh (mgr.14180) 657 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:01.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:55:59.942353+0000 mgr.smithi071.edbdnh (mgr.14180) 657 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:02.270 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:01 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:00.799621+0000 mgr.smithi071.edbdnh (mgr.14180) 658 : 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-21T11:56:02.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:01 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:00.799621+0000 mgr.smithi071.edbdnh (mgr.14180) 658 : 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-21T11:56:02.628 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:56:02.628 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:02.989 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:03.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:02.624537+0000 mgr.smithi071.edbdnh (mgr.14180) 659 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:03.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:02.800020+0000 mgr.smithi071.edbdnh (mgr.14180) 660 : 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-21T11:56:03.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:02.624537+0000 mgr.smithi071.edbdnh (mgr.14180) 659 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:03.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:02.800020+0000 mgr.smithi071.edbdnh (mgr.14180) 660 : 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-21T11:56:03.990 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:05.323 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:56:05.323 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:05.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:06.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:05 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:04.800591+0000 mgr.smithi071.edbdnh (mgr.14180) 661 : 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-21T11:56:06.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:05 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:04.800591+0000 mgr.smithi071.edbdnh (mgr.14180) 661 : 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-21T11:56:06.691 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:07.024 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:05.319788+0000 mgr.smithi071.edbdnh (mgr.14180) 662 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:07.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:05.319788+0000 mgr.smithi071.edbdnh (mgr.14180) 662 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:08.006 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:56:08.006 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:08.035 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:06.801026+0000 mgr.smithi071.edbdnh (mgr.14180) 663 : 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-21T11:56:08.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:07 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:06.801026+0000 mgr.smithi071.edbdnh (mgr.14180) 663 : 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-21T11:56:08.364 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:09.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:08.003382+0000 mgr.smithi071.edbdnh (mgr.14180) 664 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:09.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:08.003382+0000 mgr.smithi071.edbdnh (mgr.14180) 664 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:09.365 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:10.026 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:08.801494+0000 mgr.smithi071.edbdnh (mgr.14180) 665 : 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-21T11:56:10.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:08.801494+0000 mgr.smithi071.edbdnh (mgr.14180) 665 : 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-21T11:56:10.678 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:56:10.678 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:11.047 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:12.048 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:12.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:11 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:10.674401+0000 mgr.smithi071.edbdnh (mgr.14180) 666 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:12.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:11 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:10.801974+0000 mgr.smithi071.edbdnh (mgr.14180) 667 : 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-21T11:56:12.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:11 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:10.674401+0000 mgr.smithi071.edbdnh (mgr.14180) 666 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:12.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:11 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:10.801974+0000 mgr.smithi071.edbdnh (mgr.14180) 667 : 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-21T11:56:13.372 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:56:13.373 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:13.661 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:12.802483+0000 mgr.smithi071.edbdnh (mgr.14180) 668 : 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-21T11:56:13.730 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:13.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:12.802483+0000 mgr.smithi071.edbdnh (mgr.14180) 668 : 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-21T11:56:14.731 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:14.758 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:13.369455+0000 mgr.smithi071.edbdnh (mgr.14180) 669 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:14.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:13.369455+0000 mgr.smithi071.edbdnh (mgr.14180) 669 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:15.667 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:14.802900+0000 mgr.smithi071.edbdnh (mgr.14180) 670 : 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-21T11:56:15.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:15 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:14.802900+0000 mgr.smithi071.edbdnh (mgr.14180) 670 : 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-21T11:56:16.021 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:56:16.021 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:16.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:17.389 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:18.033 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:17 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:16.018392+0000 mgr.smithi071.edbdnh (mgr.14180) 671 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:18.033 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:17 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:16.803412+0000 mgr.smithi071.edbdnh (mgr.14180) 672 : 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-21T11:56:18.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:17 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:16.018392+0000 mgr.smithi071.edbdnh (mgr.14180) 671 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:18.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:17 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:16.803412+0000 mgr.smithi071.edbdnh (mgr.14180) 672 : 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-21T11:56:18.707 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:56:18.708 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:19.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:20.071 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:20.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:18.704485+0000 mgr.smithi071.edbdnh (mgr.14180) 673 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:20.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:18.803728+0000 mgr.smithi071.edbdnh (mgr.14180) 674 : 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-21T11:56:20.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:18.704485+0000 mgr.smithi071.edbdnh (mgr.14180) 673 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:20.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:18.803728+0000 mgr.smithi071.edbdnh (mgr.14180) 674 : 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-21T11:56:21.406 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:56:21.406 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:21.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:22.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:20.804270+0000 mgr.smithi071.edbdnh (mgr.14180) 675 : 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-21T11:56:22.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:20.804270+0000 mgr.smithi071.edbdnh (mgr.14180) 675 : 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-21T11:56:22.762 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:23.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:21.403069+0000 mgr.smithi071.edbdnh (mgr.14180) 676 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:23.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:21.403069+0000 mgr.smithi071.edbdnh (mgr.14180) 676 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:24.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:22.804763+0000 mgr.smithi071.edbdnh (mgr.14180) 677 : 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-21T11:56:24.089 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:56:24.089 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:24.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:22.804763+0000 mgr.smithi071.edbdnh (mgr.14180) 677 : 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-21T11:56:24.445 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:25.446 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:26.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:24.085885+0000 mgr.smithi071.edbdnh (mgr.14180) 678 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:26.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:24.805231+0000 mgr.smithi071.edbdnh (mgr.14180) 679 : 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-21T11:56:26.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:25 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:24.085885+0000 mgr.smithi071.edbdnh (mgr.14180) 678 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:26.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:25 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:24.805231+0000 mgr.smithi071.edbdnh (mgr.14180) 679 : 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-21T11:56:26.801 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:56:26.801 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:27.160 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:28.161 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:28.195 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:26.797742+0000 mgr.smithi071.edbdnh (mgr.14180) 680 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:28.195 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:26.805661+0000 mgr.smithi071.edbdnh (mgr.14180) 681 : 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-21T11:56:28.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:26.797742+0000 mgr.smithi071.edbdnh (mgr.14180) 680 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:28.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:26.805661+0000 mgr.smithi071.edbdnh (mgr.14180) 681 : 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-21T11:56:29.495 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:56:29.496 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:29.851 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:30.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:29 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:28.806047+0000 mgr.smithi071.edbdnh (mgr.14180) 682 : 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-21T11:56:30.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:29 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:28.806047+0000 mgr.smithi071.edbdnh (mgr.14180) 682 : 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-21T11:56:30.852 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:31.233 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:29.492344+0000 mgr.smithi071.edbdnh (mgr.14180) 683 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:31.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:29.492344+0000 mgr.smithi071.edbdnh (mgr.14180) 683 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:32.242 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:56:32.242 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:32.264 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:31 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:30.806852+0000 mgr.smithi071.edbdnh (mgr.14180) 684 : 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-21T11:56:32.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:31 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:30.806852+0000 mgr.smithi071.edbdnh (mgr.14180) 684 : 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-21T11:56:32.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:33.593 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:33.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:33 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:32.238876+0000 mgr.smithi071.edbdnh (mgr.14180) 685 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:33.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:33 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:32.807339+0000 mgr.smithi071.edbdnh (mgr.14180) 686 : 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-21T11:56:33.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:33 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:32.238876+0000 mgr.smithi071.edbdnh (mgr.14180) 685 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:33.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:33 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:32.807339+0000 mgr.smithi071.edbdnh (mgr.14180) 686 : 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-21T11:56:34.899 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:56:34.899 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:35.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:36.267 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:36.301 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:34.807740+0000 mgr.smithi071.edbdnh (mgr.14180) 687 : 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-21T11:56:36.301 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:34.895380+0000 mgr.smithi071.edbdnh (mgr.14180) 688 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:36.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:34.807740+0000 mgr.smithi071.edbdnh (mgr.14180) 687 : 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-21T11:56:36.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:34.895380+0000 mgr.smithi071.edbdnh (mgr.14180) 688 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:37.585 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:56:37.586 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:37.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:38.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:36.808311+0000 mgr.smithi071.edbdnh (mgr.14180) 689 : 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-21T11:56:38.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:37 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:36.808311+0000 mgr.smithi071.edbdnh (mgr.14180) 689 : 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-21T11:56:38.944 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:39.267 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:37.582134+0000 mgr.smithi071.edbdnh (mgr.14180) 690 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:39.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:37.582134+0000 mgr.smithi071.edbdnh (mgr.14180) 690 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:40.248 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:56:40.248 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:40.271 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:39 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:38.808887+0000 mgr.smithi071.edbdnh (mgr.14180) 691 : 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-21T11:56:40.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:39 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:38.808887+0000 mgr.smithi071.edbdnh (mgr.14180) 691 : 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-21T11:56:40.608 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:41.609 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:41.942 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:41 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:40.244571+0000 mgr.smithi071.edbdnh (mgr.14180) 692 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:41.942 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:41 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:40.809413+0000 mgr.smithi071.edbdnh (mgr.14180) 693 : 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-21T11:56:42.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:41 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:40.244571+0000 mgr.smithi071.edbdnh (mgr.14180) 692 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:42.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:41 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:40.809413+0000 mgr.smithi071.edbdnh (mgr.14180) 693 : 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-21T11:56:43.016 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:56:43.016 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:43.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:43.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:42.809899+0000 mgr.smithi071.edbdnh (mgr.14180) 694 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:56:43.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:43.012470+0000 mgr.smithi071.edbdnh (mgr.14180) 695 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:43.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:43 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:42.809899+0000 mgr.smithi071.edbdnh (mgr.14180) 694 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:56:43.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:43 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:43.012470+0000 mgr.smithi071.edbdnh (mgr.14180) 695 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:44.391 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:45.700 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:56:45.700 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.613660Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.rchkir on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-rchkir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.rchkir\nDeploy daemon haproxy.nfs.foo.smithi204.rchkir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:47:09Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:48:24Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.037506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.joimeo on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-joimeo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.joimeo\nDeploy daemon haproxy.nfs.foo.smithi071.joimeo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:49:38Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:50:30Z\" level=warning msg=\"Failed, retrying in 1s ... (2/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-21T11:51:07Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:51:45.042768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.vqyihc on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:46.079 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:44.810838+0000 mgr.smithi071.edbdnh (mgr.14180) 696 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:56:46.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:46.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:44.810838+0000 mgr.smithi071.edbdnh (mgr.14180) 696 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:56:47.082 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:47.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:45.697060+0000 mgr.smithi071.edbdnh (mgr.14180) 697 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:47.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:45.697060+0000 mgr.smithi071.edbdnh (mgr.14180) 697 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:48.060 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:47 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:46.811554+0000 mgr.smithi071.edbdnh (mgr.14180) 698 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:56:48.060 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:47 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:47.704630+0000 mon.smithi071 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi071.ohlwmc"}]: dispatch 2024-01-21T11:56:48.060 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:47 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:47.709378+0000 mon.smithi071 (mon.0) 658 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:56:48.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:47 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:46.811554+0000 mgr.smithi071.edbdnh (mgr.14180) 698 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:56:48.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:47 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:47.704630+0000 mon.smithi071 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi071.ohlwmc"}]: dispatch 2024-01-21T11:56:48.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:47 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:47.709378+0000 mon.smithi071 (mon.0) 658 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:56:48.428 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:56:48.428 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:46.377139Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:46.377754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:46.377308Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:46.377382Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:46.377446Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:46.377507Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:48.861 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:49.064 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:56:47.704188+0000 mgr.smithi071.edbdnh (mgr.14180) 699 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc 2024-01-21T11:56:49.065 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc 2024-01-21T11:56:49.065 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc 2024-01-21T11:56:49.065 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc 2024-01-21T11:56:49.065 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Deploy daemon haproxy.nfs.foo.smithi071.ohlwmc ... 2024-01-21T11:56:49.065 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:56:49.065 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:56:49.065 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:54:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:56:49.065 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:55:32Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:56:49.065 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:56:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:56:49.065 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:56:49.065 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:56:49.065 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Traceback (most recent call last): 2024-01-21T11:56:49.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:56:49.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: yield (conn, connr) 2024-01-21T11:56:49.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:56:49.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: code, '\n'.join(err))) 2024-01-21T11:56:49.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc 2024-01-21T11:56:49.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc 2024-01-21T11:56:49.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc 2024-01-21T11:56:49.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc 2024-01-21T11:56:49.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Deploy daemon haproxy.nfs.foo.smithi071.ohlwmc ... 2024-01-21T11:56:49.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:56:49.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:56:49.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:54:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:56:49.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:55:32Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:56:49.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:56:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:56:49.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:56:49.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:56:49.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:56:47.704349+0000 mgr.smithi071.edbdnh (mgr.14180) 700 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi071.ohlwmc 2024-01-21T11:56:49.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:56:47.705228+0000 mgr.smithi071.edbdnh (mgr.14180) 701 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc 2024-01-21T11:56:49.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc 2024-01-21T11:56:49.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc 2024-01-21T11:56:49.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc 2024-01-21T11:56:49.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Deploy daemon haproxy.nfs.foo.smithi071.ohlwmc ... 2024-01-21T11:56:49.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:56:49.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:56:49.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:54:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:56:49.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:55:32Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:56:49.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:56:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:56:49.067 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:56:49.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:56:49.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:56:47.706399+0000 mgr.smithi071.edbdnh (mgr.14180) 702 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:56:49.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:56:47.707377+0000 mgr.smithi071.edbdnh (mgr.14180) 703 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:56:49.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:47.708034+0000 mgr.smithi071.edbdnh (mgr.14180) 704 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-01-21T11:56:49.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:47.946959+0000 mon.smithi071 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:56:49.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:47.951814+0000 mon.smithi071 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:56:49.068 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:48.401642+0000 mon.smithi071 (mon.0) 661 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:56:49.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:56:47.704188+0000 mgr.smithi071.edbdnh (mgr.14180) 699 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc 2024-01-21T11:56:49.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc 2024-01-21T11:56:49.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc 2024-01-21T11:56:49.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc 2024-01-21T11:56:49.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Deploy daemon haproxy.nfs.foo.smithi071.ohlwmc ... 2024-01-21T11:56:49.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:56:49.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:56:49.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:54:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:56:49.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:55:32Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:56:49.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:56:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:56:49.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:56:49.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:56:49.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Traceback (most recent call last): 2024-01-21T11:56:49.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:56:49.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: yield (conn, connr) 2024-01-21T11:56:49.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:56:49.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: code, '\n'.join(err))) 2024-01-21T11:56:49.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc 2024-01-21T11:56:49.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc 2024-01-21T11:56:49.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc 2024-01-21T11:56:49.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc 2024-01-21T11:56:49.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Deploy daemon haproxy.nfs.foo.smithi071.ohlwmc ... 2024-01-21T11:56:49.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:56:49.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:56:49.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:54:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:56:49.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:55:32Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:56:49.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:56:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:56:49.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:56:49.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:56:49.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:56:47.704349+0000 mgr.smithi071.edbdnh (mgr.14180) 700 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi071.ohlwmc 2024-01-21T11:56:49.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:56:47.705228+0000 mgr.smithi071.edbdnh (mgr.14180) 701 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc 2024-01-21T11:56:49.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc 2024-01-21T11:56:49.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc 2024-01-21T11:56:49.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc 2024-01-21T11:56:49.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Deploy daemon haproxy.nfs.foo.smithi071.ohlwmc ... 2024-01-21T11:56:49.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:56:49.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:56:49.346 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:54:55Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:56:49.347 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:55:32Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:56:49.347 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:56:10Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:56:49.347 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:56:49.347 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:56:49.347 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:56:47.706399+0000 mgr.smithi071.edbdnh (mgr.14180) 702 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:56:49.347 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:56:47.707377+0000 mgr.smithi071.edbdnh (mgr.14180) 703 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:56:49.347 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:47.708034+0000 mgr.smithi071.edbdnh (mgr.14180) 704 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-01-21T11:56:49.347 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:47.946959+0000 mon.smithi071 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:56:49.347 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:47.951814+0000 mon.smithi071 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:56:49.347 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:48.401642+0000 mon.smithi071 (mon.0) 661 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:56:49.862 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:50.080 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:48.423617+0000 mgr.smithi071.edbdnh (mgr.14180) 705 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:50.080 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:49.203140+0000 mon.smithi071 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:56:50.080 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:49.470539+0000 mon.smithi071 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:56:50.080 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:49.471182+0000 mon.smithi071 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:56:50.080 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:49.471712+0000 mon.smithi071 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:56:50.080 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:49.472206+0000 mon.smithi071 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:56:50.080 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:49.476338+0000 mon.smithi071 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:56:50.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:48.423617+0000 mgr.smithi071.edbdnh (mgr.14180) 705 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:50.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:49.203140+0000 mon.smithi071 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:56:50.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:49.470539+0000 mon.smithi071 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:56:50.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:49.471182+0000 mon.smithi071 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:56:50.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:49.471712+0000 mon.smithi071 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:56:50.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:49.472206+0000 mon.smithi071 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:56:50.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:49.476338+0000 mon.smithi071 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:56:51.171 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:56:51.172 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:51:48.427293Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:51:48.427361Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:51:48.427424Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:51:48.427858Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:51:48.427199Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:51:48.427044Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:51:48.427917Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:51:48.427486Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:51:48.427623Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:51:48.427564Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:51.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:56:49.472613+0000 mgr.smithi071.edbdnh (mgr.14180) 706 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 2968M 2024-01-21T11:56:51.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:49.708558+0000 mgr.smithi071.edbdnh (mgr.14180) 707 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-01-21T11:56:51.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:56:49.472613+0000 mgr.smithi071.edbdnh (mgr.14180) 706 : cephadm [INF] Adjusting osd_memory_target on smithi204 to 2968M 2024-01-21T11:56:51.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:49.708558+0000 mgr.smithi071.edbdnh (mgr.14180) 707 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-01-21T11:56:51.553 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:52.554 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:52.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:51.166883+0000 mgr.smithi071.edbdnh (mgr.14180) 708 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:52.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:51.263097+0000 mon.smithi071 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:56:52.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:51.600989+0000 mon.smithi071 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:56:52.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:51.601604+0000 mon.smithi071 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:56:52.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:51.602116+0000 mon.smithi071 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:56:52.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:51.602594+0000 mon.smithi071 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:56:52.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:56:51.602999+0000 mgr.smithi071.edbdnh (mgr.14180) 709 : cephadm [INF] Adjusting osd_memory_target on smithi071 to 1944M 2024-01-21T11:56:52.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:51.606816+0000 mon.smithi071 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:56:52.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:51.607589+0000 mon.smithi071 (mon.0) 674 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:56:52.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:51.608144+0000 mon.smithi071 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:56:52.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:51.612100+0000 mon.smithi071 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:56:52.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:51.612609+0000 mgr.smithi071.edbdnh (mgr.14180) 710 : cluster [DBG] pgmap v416: 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-21T11:56:52.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:51.616008+0000 mon.smithi071 (mon.0) 677 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:56:52.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:51.622966+0000 mon.smithi071 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:56:52.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:56:51.624997+0000 mgr.smithi071.edbdnh (mgr.14180) 711 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi204.lvotzs on smithi204 2024-01-21T11:56:52.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:51.166883+0000 mgr.smithi071.edbdnh (mgr.14180) 708 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:52.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:51.263097+0000 mon.smithi071 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:56:52.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:51.600989+0000 mon.smithi071 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:56:52.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:51.601604+0000 mon.smithi071 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:56:52.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:51.602116+0000 mon.smithi071 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:56:52.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:51.602594+0000 mon.smithi071 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:56:52.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:56:51.602999+0000 mgr.smithi071.edbdnh (mgr.14180) 709 : cephadm [INF] Adjusting osd_memory_target on smithi071 to 1944M 2024-01-21T11:56:52.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:51.606816+0000 mon.smithi071 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:56:52.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:51.607589+0000 mon.smithi071 (mon.0) 674 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:56:52.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:51.608144+0000 mon.smithi071 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:56:52.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:51.612100+0000 mon.smithi071 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:56:52.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:51.612609+0000 mgr.smithi071.edbdnh (mgr.14180) 710 : cluster [DBG] pgmap v416: 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-21T11:56:52.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:51.616008+0000 mon.smithi071 (mon.0) 677 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:56:52.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:51.622966+0000 mon.smithi071 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:56:52.594 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:56:51.624997+0000 mgr.smithi071.edbdnh (mgr.14180) 711 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi204.lvotzs on smithi204 2024-01-21T11:56:53.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:52.577720+0000 mon.smithi071 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:56:53.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:52.610688+0000 mon.smithi071 (mon.0) 680 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:56:53.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:52.610719+0000 mon.smithi071 (mon.0) 681 : cluster [INF] Cluster is now healthy 2024-01-21T11:56:53.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:53 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:52.577720+0000 mon.smithi071 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T11:56:53.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:53 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:52.610688+0000 mon.smithi071 (mon.0) 680 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:56:53.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:53 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:52.610719+0000 mon.smithi071 (mon.0) 681 : cluster [INF] Cluster is now healthy 2024-01-21T11:56:53.932 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:56:53.933 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:54.313 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:54.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:53.612947+0000 mgr.smithi071.edbdnh (mgr.14180) 712 : cluster [DBG] pgmap v417: 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-21T11:56:54.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:53.929690+0000 mgr.smithi071.edbdnh (mgr.14180) 713 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:54.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:53.612947+0000 mgr.smithi071.edbdnh (mgr.14180) 712 : cluster [DBG] pgmap v417: 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-21T11:56:54.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:53.929690+0000 mgr.smithi071.edbdnh (mgr.14180) 713 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:55.314 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:56.667 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:56:56.667 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:56.919 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:56 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:55.613741+0000 mgr.smithi071.edbdnh (mgr.14180) 714 : cluster [DBG] pgmap v418: 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-21T11:56:57.012 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:56:57.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:56 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:55.613741+0000 mgr.smithi071.edbdnh (mgr.14180) 714 : cluster [DBG] pgmap v418: 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-21T11:56:58.013 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:56:58.044 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:56.664034+0000 mgr.smithi071.edbdnh (mgr.14180) 715 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:58.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:57 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:56.664034+0000 mgr.smithi071.edbdnh (mgr.14180) 715 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:56:58.966 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:56:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:57.614410+0000 mgr.smithi071.edbdnh (mgr.14180) 716 : cluster [DBG] pgmap v419: 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-21T11:56:59.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:56:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:57.614410+0000 mgr.smithi071.edbdnh (mgr.14180) 716 : cluster [DBG] pgmap v419: 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-21T11:56:59.338 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:56:59.338 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:56:59.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:00.704 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:01.021 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:56:59.334737+0000 mgr.smithi071.edbdnh (mgr.14180) 717 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:01.021 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:56:59.615024+0000 mgr.smithi071.edbdnh (mgr.14180) 718 : cluster [DBG] pgmap v420: 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-21T11:57:01.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:56:59.334737+0000 mgr.smithi071.edbdnh (mgr.14180) 717 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:01.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:56:59.615024+0000 mgr.smithi071.edbdnh (mgr.14180) 718 : cluster [DBG] pgmap v420: 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-21T11:57:02.035 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:57:02.035 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:02.359 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:03.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:01.615618+0000 mgr.smithi071.edbdnh (mgr.14180) 719 : 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-21T11:57:03.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:01.615618+0000 mgr.smithi071.edbdnh (mgr.14180) 719 : 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-21T11:57:03.360 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:03.998 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:57:02.031796+0000 mgr.smithi071.edbdnh (mgr.14180) 720 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:04.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:57:02.031796+0000 mgr.smithi071.edbdnh (mgr.14180) 720 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:04.692 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:57:04.692 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:04.975 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:03.615995+0000 mgr.smithi071.edbdnh (mgr.14180) 721 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:57:05.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:05.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:03.615995+0000 mgr.smithi071.edbdnh (mgr.14180) 721 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:57:06.053 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:06.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:05 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:57:04.688932+0000 mgr.smithi071.edbdnh (mgr.14180) 722 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:06.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:05 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:57:04.688932+0000 mgr.smithi071.edbdnh (mgr.14180) 722 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:06.989 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:05.616613+0000 mgr.smithi071.edbdnh (mgr.14180) 723 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:57:07.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:05.616613+0000 mgr.smithi071.edbdnh (mgr.14180) 723 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:57:07.339 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:57:07.339 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:07.710 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:08.711 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:08.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:57:07.335800+0000 mgr.smithi071.edbdnh (mgr.14180) 724 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:08.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:07.616970+0000 mgr.smithi071.edbdnh (mgr.14180) 725 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:08.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:57:07.335800+0000 mgr.smithi071.edbdnh (mgr.14180) 724 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:08.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:07.616970+0000 mgr.smithi071.edbdnh (mgr.14180) 725 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:10.058 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:57:10.058 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:10.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:11.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:09.617490+0000 mgr.smithi071.edbdnh (mgr.14180) 726 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:57:11.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:09.617490+0000 mgr.smithi071.edbdnh (mgr.14180) 726 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:57:11.418 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:11.751 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:11 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:57:10.054447+0000 mgr.smithi071.edbdnh (mgr.14180) 727 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:12.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:11 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:57:10.054447+0000 mgr.smithi071.edbdnh (mgr.14180) 727 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:12.752 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:57:12.753 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:13.057 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:11.618024+0000 mgr.smithi071.edbdnh (mgr.14180) 728 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:57:13.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:11.618024+0000 mgr.smithi071.edbdnh (mgr.14180) 728 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:57:13.117 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:14.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:57:12.749545+0000 mgr.smithi071.edbdnh (mgr.14180) 729 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:14.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:57:12.749545+0000 mgr.smithi071.edbdnh (mgr.14180) 729 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:14.118 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:14.771 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:13.618445+0000 mgr.smithi071.edbdnh (mgr.14180) 730 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:57:15.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:13.618445+0000 mgr.smithi071.edbdnh (mgr.14180) 730 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:57:15.431 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:57:15.431 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:15.808 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:16.809 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:17.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:57:15.427509+0000 mgr.smithi071.edbdnh (mgr.14180) 731 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:17.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:15.618950+0000 mgr.smithi071.edbdnh (mgr.14180) 732 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:57:17.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:57:15.427509+0000 mgr.smithi071.edbdnh (mgr.14180) 731 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:17.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:15.618950+0000 mgr.smithi071.edbdnh (mgr.14180) 732 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:57:18.168 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:57:18.168 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:18.456 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:17.619312+0000 mgr.smithi071.edbdnh (mgr.14180) 733 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:18.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:18.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:17.619312+0000 mgr.smithi071.edbdnh (mgr.14180) 733 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:19.525 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:19.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:57:18.164568+0000 mgr.smithi071.edbdnh (mgr.14180) 734 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:19.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:57:18.164568+0000 mgr.smithi071.edbdnh (mgr.14180) 734 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:20.502 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:19.619844+0000 mgr.smithi071.edbdnh (mgr.14180) 735 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:57:20.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:19.619844+0000 mgr.smithi071.edbdnh (mgr.14180) 735 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:57:20.861 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:57:20.861 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:21.223 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:21.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:57:20.857863+0000 mgr.smithi071.edbdnh (mgr.14180) 736 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:21.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:57:20.857863+0000 mgr.smithi071.edbdnh (mgr.14180) 736 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:22.225 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:22.549 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:21.620632+0000 mgr.smithi071.edbdnh (mgr.14180) 737 : 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-21T11:57:22.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:21.620632+0000 mgr.smithi071.edbdnh (mgr.14180) 737 : 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-21T11:57:23.536 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:57:23.536 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:23.908 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:24.910 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:24.940 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:57:23.532900+0000 mgr.smithi071.edbdnh (mgr.14180) 738 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:24.940 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:23.620997+0000 mgr.smithi071.edbdnh (mgr.14180) 739 : 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-21T11:57:25.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:57:23.532900+0000 mgr.smithi071.edbdnh (mgr.14180) 738 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:25.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:23.620997+0000 mgr.smithi071.edbdnh (mgr.14180) 739 : 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-21T11:57:26.211 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:57:26.211 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:26.581 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:26.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:25.621486+0000 mgr.smithi071.edbdnh (mgr.14180) 740 : 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-21T11:57:27.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:25.621486+0000 mgr.smithi071.edbdnh (mgr.14180) 740 : 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-21T11:57:27.581 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:27.899 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:57:26.207999+0000 mgr.smithi071.edbdnh (mgr.14180) 741 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:28.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:57:26.207999+0000 mgr.smithi071.edbdnh (mgr.14180) 741 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:28.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:27.621894+0000 mgr.smithi071.edbdnh (mgr.14180) 742 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:28.952 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:57:28.952 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:29.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:27.621894+0000 mgr.smithi071.edbdnh (mgr.14180) 742 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:29.315 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:30.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:29 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:57:28.948974+0000 mgr.smithi071.edbdnh (mgr.14180) 743 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:30.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:29 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:57:28.948974+0000 mgr.smithi071.edbdnh (mgr.14180) 743 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:30.316 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:30.975 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:29.622338+0000 mgr.smithi071.edbdnh (mgr.14180) 744 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:57:31.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:29.622338+0000 mgr.smithi071.edbdnh (mgr.14180) 744 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:57:31.639 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:57:31.639 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:31.988 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:32.989 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:33.022 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:32 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:31.622935+0000 mgr.smithi071.edbdnh (mgr.14180) 745 : 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-21T11:57:33.022 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:32 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:57:31.636031+0000 mgr.smithi071.edbdnh (mgr.14180) 746 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:33.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:32 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:31.622935+0000 mgr.smithi071.edbdnh (mgr.14180) 745 : 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-21T11:57:33.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:32 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:57:31.636031+0000 mgr.smithi071.edbdnh (mgr.14180) 746 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:34.329 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:57:34.329 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:34.696 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:35.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:33.623357+0000 mgr.smithi071.edbdnh (mgr.14180) 747 : 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-21T11:57:35.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:33.623357+0000 mgr.smithi071.edbdnh (mgr.14180) 747 : 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-21T11:57:35.697 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:36.021 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:57:34.326002+0000 mgr.smithi071.edbdnh (mgr.14180) 748 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:36.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:57:34.326002+0000 mgr.smithi071.edbdnh (mgr.14180) 748 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:37.000 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:57:37.000 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:37.038 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:35.623815+0000 mgr.smithi071.edbdnh (mgr.14180) 749 : 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-21T11:57:37.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:35.623815+0000 mgr.smithi071.edbdnh (mgr.14180) 749 : 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-21T11:57:37.371 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:38.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:57:36.996906+0000 mgr.smithi071.edbdnh (mgr.14180) 750 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:38.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:37 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:57:36.996906+0000 mgr.smithi071.edbdnh (mgr.14180) 750 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:38.372 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:39.023 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:37.624526+0000 mgr.smithi071.edbdnh (mgr.14180) 751 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:39.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:37.624526+0000 mgr.smithi071.edbdnh (mgr.14180) 751 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:39.726 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:57:39.726 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:40.095 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:41.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:40 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:39.624970+0000 mgr.smithi071.edbdnh (mgr.14180) 752 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:57:41.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:40 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:57:39.722504+0000 mgr.smithi071.edbdnh (mgr.14180) 753 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:41.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:40 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:39.624970+0000 mgr.smithi071.edbdnh (mgr.14180) 752 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:57:41.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:40 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:57:39.722504+0000 mgr.smithi071.edbdnh (mgr.14180) 753 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:41.096 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:42.483 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:57:42.484 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:42.767 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:41.625433+0000 mgr.smithi071.edbdnh (mgr.14180) 754 : 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-21T11:57:42.852 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:43.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:41.625433+0000 mgr.smithi071.edbdnh (mgr.14180) 754 : 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-21T11:57:43.854 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:44.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:57:42.479998+0000 mgr.smithi071.edbdnh (mgr.14180) 755 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:44.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:43 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:57:42.479998+0000 mgr.smithi071.edbdnh (mgr.14180) 755 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:44.804 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:44 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:43.625851+0000 mgr.smithi071.edbdnh (mgr.14180) 756 : 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-21T11:57:45.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:44 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:43.625851+0000 mgr.smithi071.edbdnh (mgr.14180) 756 : 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-21T11:57:45.181 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:57:45.181 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:45.551 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:46.553 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:46.878 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:57:45.178033+0000 mgr.smithi071.edbdnh (mgr.14180) 757 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:46.878 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:45.626523+0000 mgr.smithi071.edbdnh (mgr.14180) 758 : 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-21T11:57:47.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:57:45.178033+0000 mgr.smithi071.edbdnh (mgr.14180) 757 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:47.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:45.626523+0000 mgr.smithi071.edbdnh (mgr.14180) 758 : 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-21T11:57:47.897 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:57:47.897 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:48.268 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:48.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:47.626936+0000 mgr.smithi071.edbdnh (mgr.14180) 759 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:48.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:57:47.893680+0000 mgr.smithi071.edbdnh (mgr.14180) 760 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:48.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:47.626936+0000 mgr.smithi071.edbdnh (mgr.14180) 759 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:48.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:57:47.893680+0000 mgr.smithi071.edbdnh (mgr.14180) 760 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:49.269 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:50.606 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:57:50.606 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:50.907 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:49.627367+0000 mgr.smithi071.edbdnh (mgr.14180) 761 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:57:50.959 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:51.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:49.627367+0000 mgr.smithi071.edbdnh (mgr.14180) 761 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:57:51.960 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:51.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:51 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:57:50.602494+0000 mgr.smithi071.edbdnh (mgr.14180) 762 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:52.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:51 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:57:50.602494+0000 mgr.smithi071.edbdnh (mgr.14180) 762 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:52.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:51.627866+0000 mgr.smithi071.edbdnh (mgr.14180) 763 : 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-21T11:57:53.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:51.627866+0000 mgr.smithi071.edbdnh (mgr.14180) 763 : 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-21T11:57:53.366 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:57:53.366 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:53.725 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:54.726 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:55.059 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:57:53.362907+0000 mgr.smithi071.edbdnh (mgr.14180) 764 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:55.059 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:53.628457+0000 mgr.smithi071.edbdnh (mgr.14180) 765 : 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-21T11:57:55.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:57:53.362907+0000 mgr.smithi071.edbdnh (mgr.14180) 764 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:55.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:53.628457+0000 mgr.smithi071.edbdnh (mgr.14180) 765 : 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-21T11:57:56.042 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:57:56.042 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:56.433 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:57:57.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:56 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:55.629114+0000 mgr.smithi071.edbdnh (mgr.14180) 766 : 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-21T11:57:57.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:56 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:55.629114+0000 mgr.smithi071.edbdnh (mgr.14180) 766 : 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-21T11:57:57.434 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:57:57.769 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:57:56.039012+0000 mgr.smithi071.edbdnh (mgr.14180) 767 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:58.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:57 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:57:56.039012+0000 mgr.smithi071.edbdnh (mgr.14180) 767 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:57:58.744 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:57:58.744 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:57:59.040 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:57.629596+0000 mgr.smithi071.edbdnh (mgr.14180) 768 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:59.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:57.629596+0000 mgr.smithi071.edbdnh (mgr.14180) 768 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:57:59.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:00.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:57:59 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:57:58.740526+0000 mgr.smithi071.edbdnh (mgr.14180) 769 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:00.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:57:59 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:57:58.740526+0000 mgr.smithi071.edbdnh (mgr.14180) 769 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:00.108 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:01.060 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:57:59.630015+0000 mgr.smithi071.edbdnh (mgr.14180) 770 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:58:01.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:57:59.630015+0000 mgr.smithi071.edbdnh (mgr.14180) 770 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:58:01.434 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:58:01.435 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:01.831 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:02.832 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:03.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:58:01.431518+0000 mgr.smithi071.edbdnh (mgr.14180) 771 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:03.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:01.630571+0000 mgr.smithi071.edbdnh (mgr.14180) 772 : 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-21T11:58:03.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:58:01.431518+0000 mgr.smithi071.edbdnh (mgr.14180) 771 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:03.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:01.630571+0000 mgr.smithi071.edbdnh (mgr.14180) 772 : 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-21T11:58:04.230 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:58:04.231 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:04.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:04.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:03.631135+0000 mgr.smithi071.edbdnh (mgr.14180) 773 : 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-21T11:58:05.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:03.631135+0000 mgr.smithi071.edbdnh (mgr.14180) 773 : 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-21T11:58:05.607 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:05.916 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:05 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:58:04.227478+0000 mgr.smithi071.edbdnh (mgr.14180) 774 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:06.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:05 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:58:04.227478+0000 mgr.smithi071.edbdnh (mgr.14180) 774 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:06.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:05.631714+0000 mgr.smithi071.edbdnh (mgr.14180) 775 : 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-21T11:58:06.921 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:58:06.922 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:07.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:05.631714+0000 mgr.smithi071.edbdnh (mgr.14180) 775 : 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-21T11:58:07.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:08.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:58:06.918647+0000 mgr.smithi071.edbdnh (mgr.14180) 776 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:08.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:07 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:58:06.918647+0000 mgr.smithi071.edbdnh (mgr.14180) 776 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:08.281 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:08.900 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:07.632099+0000 mgr.smithi071.edbdnh (mgr.14180) 777 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:58:09.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:07.632099+0000 mgr.smithi071.edbdnh (mgr.14180) 777 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:58:09.609 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:58:09.610 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:09.971 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:10.972 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:11.004 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:58:09.606508+0000 mgr.smithi071.edbdnh (mgr.14180) 778 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:11.004 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:09.632550+0000 mgr.smithi071.edbdnh (mgr.14180) 779 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:58:11.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:58:09.606508+0000 mgr.smithi071.edbdnh (mgr.14180) 778 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:11.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:09.632550+0000 mgr.smithi071.edbdnh (mgr.14180) 779 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:58:12.365 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:58:12.365 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:12.720 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:13.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:11.633210+0000 mgr.smithi071.edbdnh (mgr.14180) 780 : 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-21T11:58:13.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:11.633210+0000 mgr.smithi071.edbdnh (mgr.14180) 780 : 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-21T11:58:13.722 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:14.047 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:58:12.362224+0000 mgr.smithi071.edbdnh (mgr.14180) 781 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:14.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:58:12.362224+0000 mgr.smithi071.edbdnh (mgr.14180) 781 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:15.028 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:58:15.028 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:15.056 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:13.633617+0000 mgr.smithi071.edbdnh (mgr.14180) 782 : 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-21T11:58:15.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:13.633617+0000 mgr.smithi071.edbdnh (mgr.14180) 782 : 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-21T11:58:15.404 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:16.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:58:15.024727+0000 mgr.smithi071.edbdnh (mgr.14180) 783 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:16.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:15 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:58:15.024727+0000 mgr.smithi071.edbdnh (mgr.14180) 783 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:16.405 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:17.057 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:15.634231+0000 mgr.smithi071.edbdnh (mgr.14180) 784 : 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-21T11:58:17.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:15.634231+0000 mgr.smithi071.edbdnh (mgr.14180) 784 : 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-21T11:58:17.701 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:58:17.702 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:18.055 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:18.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:17.634642+0000 mgr.smithi071.edbdnh (mgr.14180) 785 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:58:18.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:58:17.698570+0000 mgr.smithi071.edbdnh (mgr.14180) 786 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:18.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:17.634642+0000 mgr.smithi071.edbdnh (mgr.14180) 785 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:58:18.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:58:17.698570+0000 mgr.smithi071.edbdnh (mgr.14180) 786 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:19.057 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:20.421 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:58:20.421 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:20.750 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:19.635144+0000 mgr.smithi071.edbdnh (mgr.14180) 787 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:58:20.777 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:21.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:19.635144+0000 mgr.smithi071.edbdnh (mgr.14180) 787 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:58:21.779 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:22.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:58:20.417303+0000 mgr.smithi071.edbdnh (mgr.14180) 788 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:22.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:58:20.417303+0000 mgr.smithi071.edbdnh (mgr.14180) 788 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:22.772 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:21.635735+0000 mgr.smithi071.edbdnh (mgr.14180) 789 : 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-21T11:58:23.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:21.635735+0000 mgr.smithi071.edbdnh (mgr.14180) 789 : 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-21T11:58:23.112 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:58:23.113 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:23.469 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:24.470 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:24.804 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:58:23.109605+0000 mgr.smithi071.edbdnh (mgr.14180) 790 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:24.804 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:23.636152+0000 mgr.smithi071.edbdnh (mgr.14180) 791 : 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-21T11:58:25.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:58:23.109605+0000 mgr.smithi071.edbdnh (mgr.14180) 790 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:25.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:23.636152+0000 mgr.smithi071.edbdnh (mgr.14180) 791 : 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-21T11:58:25.749 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:58:25.749 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:26.110 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:27.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:25.636603+0000 mgr.smithi071.edbdnh (mgr.14180) 792 : 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-21T11:58:27.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:58:25.745320+0000 mgr.smithi071.edbdnh (mgr.14180) 793 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:27.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:25.636603+0000 mgr.smithi071.edbdnh (mgr.14180) 792 : 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-21T11:58:27.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:58:25.745320+0000 mgr.smithi071.edbdnh (mgr.14180) 793 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:27.111 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:28.447 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:58:28.447 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:28.707 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:27.637029+0000 mgr.smithi071.edbdnh (mgr.14180) 794 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:58:28.803 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:28.847 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:27.637029+0000 mgr.smithi071.edbdnh (mgr.14180) 794 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:58:29.804 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:29.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:29 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:58:28.443605+0000 mgr.smithi071.edbdnh (mgr.14180) 795 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:29.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:29 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:58:28.443605+0000 mgr.smithi071.edbdnh (mgr.14180) 795 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:30.771 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:29.637685+0000 mgr.smithi071.edbdnh (mgr.14180) 796 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:58:30.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:29.637685+0000 mgr.smithi071.edbdnh (mgr.14180) 796 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:58:31.130 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:58:31.130 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:31.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:32.493 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:32.818 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:32 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:58:31.127129+0000 mgr.smithi071.edbdnh (mgr.14180) 797 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:32.818 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:32 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:31.638218+0000 mgr.smithi071.edbdnh (mgr.14180) 798 : 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-21T11:58:33.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:32 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:58:31.127129+0000 mgr.smithi071.edbdnh (mgr.14180) 797 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:33.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:32 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:31.638218+0000 mgr.smithi071.edbdnh (mgr.14180) 798 : 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-21T11:58:33.825 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:58:33.825 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:34.199 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:35.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:33.638555+0000 mgr.smithi071.edbdnh (mgr.14180) 799 : 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-21T11:58:35.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:58:33.821733+0000 mgr.smithi071.edbdnh (mgr.14180) 800 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:35.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:33.638555+0000 mgr.smithi071.edbdnh (mgr.14180) 799 : 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-21T11:58:35.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:58:33.821733+0000 mgr.smithi071.edbdnh (mgr.14180) 800 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:35.200 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:36.518 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:58:36.519 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:36.805 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:35.639042+0000 mgr.smithi071.edbdnh (mgr.14180) 801 : 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-21T11:58:36.882 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:37.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:35.639042+0000 mgr.smithi071.edbdnh (mgr.14180) 801 : 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-21T11:58:37.882 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:38.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:58:36.515358+0000 mgr.smithi071.edbdnh (mgr.14180) 802 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:38.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:37 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:58:36.515358+0000 mgr.smithi071.edbdnh (mgr.14180) 802 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:38.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:37.639485+0000 mgr.smithi071.edbdnh (mgr.14180) 803 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:58:39.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:37.639485+0000 mgr.smithi071.edbdnh (mgr.14180) 803 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:58:39.224 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:58:39.225 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:39.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:40.590 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:40.899 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:40 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:58:39.221409+0000 mgr.smithi071.edbdnh (mgr.14180) 804 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:40.899 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:40 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:39.640172+0000 mgr.smithi071.edbdnh (mgr.14180) 805 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:58:41.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:40 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:58:39.221409+0000 mgr.smithi071.edbdnh (mgr.14180) 804 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:41.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:40 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:39.640172+0000 mgr.smithi071.edbdnh (mgr.14180) 805 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:58:41.855 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:58:41.855 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:42.225 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:43.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:41.640652+0000 mgr.smithi071.edbdnh (mgr.14180) 806 : 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-21T11:58:43.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:58:41.851654+0000 mgr.smithi071.edbdnh (mgr.14180) 807 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:43.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:41.640652+0000 mgr.smithi071.edbdnh (mgr.14180) 806 : 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-21T11:58:43.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:58:41.851654+0000 mgr.smithi071.edbdnh (mgr.14180) 807 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:43.227 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:44.554 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:58:44.555 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:44.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:44 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:43.641140+0000 mgr.smithi071.edbdnh (mgr.14180) 808 : 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-21T11:58:44.915 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:45.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:44 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:43.641140+0000 mgr.smithi071.edbdnh (mgr.14180) 808 : 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-21T11:58:45.916 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:46.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:58:44.551383+0000 mgr.smithi071.edbdnh (mgr.14180) 809 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:46.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:58:44.551383+0000 mgr.smithi071.edbdnh (mgr.14180) 809 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:46.900 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:45.641758+0000 mgr.smithi071.edbdnh (mgr.14180) 810 : 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-21T11:58:47.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:45.641758+0000 mgr.smithi071.edbdnh (mgr.14180) 810 : 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-21T11:58:47.260 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:58:47.260 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:47.623 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:48.625 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:48.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:58:47.256960+0000 mgr.smithi071.edbdnh (mgr.14180) 811 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:48.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:47.642201+0000 mgr.smithi071.edbdnh (mgr.14180) 812 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:58:48.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:58:47.256960+0000 mgr.smithi071.edbdnh (mgr.14180) 811 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:48.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:47.642201+0000 mgr.smithi071.edbdnh (mgr.14180) 812 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:58:49.924 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:58:49.924 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:50.249 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:51.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:49.642673+0000 mgr.smithi071.edbdnh (mgr.14180) 813 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:58:51.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:58:49.921114+0000 mgr.smithi071.edbdnh (mgr.14180) 814 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:51.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:49.642673+0000 mgr.smithi071.edbdnh (mgr.14180) 813 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:58:51.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:58:49.921114+0000 mgr.smithi071.edbdnh (mgr.14180) 814 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:51.250 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:52.583 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:58:52.583 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:52.860 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:51.643141+0000 mgr.smithi071.edbdnh (mgr.14180) 815 : 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-21T11:58:52.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:53.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:51.643141+0000 mgr.smithi071.edbdnh (mgr.14180) 815 : 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-21T11:58:53.938 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:53.970 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:58:52.580308+0000 mgr.smithi071.edbdnh (mgr.14180) 816 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:54.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:53 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:58:52.580308+0000 mgr.smithi071.edbdnh (mgr.14180) 816 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:54.916 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:53.643652+0000 mgr.smithi071.edbdnh (mgr.14180) 817 : 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-21T11:58:55.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:53.643652+0000 mgr.smithi071.edbdnh (mgr.14180) 817 : 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-21T11:58:55.260 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:58:55.261 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:55.628 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:56.629 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:58:56.954 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:56 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:58:55.257388+0000 mgr.smithi071.edbdnh (mgr.14180) 818 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:56.954 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:56 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:55.644218+0000 mgr.smithi071.edbdnh (mgr.14180) 819 : 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-21T11:58:57.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:56 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:58:55.257388+0000 mgr.smithi071.edbdnh (mgr.14180) 818 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:57.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:56 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:55.644218+0000 mgr.smithi071.edbdnh (mgr.14180) 819 : 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-21T11:58:57.956 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:58:57.956 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:58:58.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:58:58.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:57.644611+0000 mgr.smithi071.edbdnh (mgr.14180) 820 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:58:58.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:58:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:58:57.952913+0000 mgr.smithi071.edbdnh (mgr.14180) 821 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:58.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:57.644611+0000 mgr.smithi071.edbdnh (mgr.14180) 820 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:58:58.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:58:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:58:57.952913+0000 mgr.smithi071.edbdnh (mgr.14180) 821 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:58:59.320 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:00.709 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:59:00.710 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:01.008 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:58:59.645068+0000 mgr.smithi071.edbdnh (mgr.14180) 822 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:59:01.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:58:59.645068+0000 mgr.smithi071.edbdnh (mgr.14180) 822 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:59:01.109 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:02.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:01 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:59:00.706224+0000 mgr.smithi071.edbdnh (mgr.14180) 823 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:02.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:01 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:59:00.706224+0000 mgr.smithi071.edbdnh (mgr.14180) 823 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:02.110 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:03.081 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:01.645646+0000 mgr.smithi071.edbdnh (mgr.14180) 824 : 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-21T11:59:03.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:01.645646+0000 mgr.smithi071.edbdnh (mgr.14180) 824 : 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-21T11:59:03.436 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:59:03.436 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:03.810 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:04.810 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:05.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:59:03.432986+0000 mgr.smithi071.edbdnh (mgr.14180) 825 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:05.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:03.646209+0000 mgr.smithi071.edbdnh (mgr.14180) 826 : 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-21T11:59:05.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:59:03.432986+0000 mgr.smithi071.edbdnh (mgr.14180) 825 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:05.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:03.646209+0000 mgr.smithi071.edbdnh (mgr.14180) 826 : 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-21T11:59:06.085 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:59:06.085 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:06.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:07.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:05.646861+0000 mgr.smithi071.edbdnh (mgr.14180) 827 : 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-21T11:59:07.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:05.646861+0000 mgr.smithi071.edbdnh (mgr.14180) 827 : 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-21T11:59:07.452 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:07.768 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:59:06.081668+0000 mgr.smithi071.edbdnh (mgr.14180) 828 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:08.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:07 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:59:06.081668+0000 mgr.smithi071.edbdnh (mgr.14180) 828 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:08.787 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:59:08.787 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:09.056 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:07.647364+0000 mgr.smithi071.edbdnh (mgr.14180) 829 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:09.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:07.647364+0000 mgr.smithi071.edbdnh (mgr.14180) 829 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:09.151 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:10.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:59:08.783401+0000 mgr.smithi071.edbdnh (mgr.14180) 830 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:10.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:59:08.783401+0000 mgr.smithi071.edbdnh (mgr.14180) 830 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:10.152 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:11.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:09.647765+0000 mgr.smithi071.edbdnh (mgr.14180) 831 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:59:11.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:09.647765+0000 mgr.smithi071.edbdnh (mgr.14180) 831 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:59:11.494 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:59:11.494 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:11.858 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:12.859 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:13.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:59:11.491136+0000 mgr.smithi071.edbdnh (mgr.14180) 832 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:13.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:11.648235+0000 mgr.smithi071.edbdnh (mgr.14180) 833 : 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-21T11:59:13.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:59:11.491136+0000 mgr.smithi071.edbdnh (mgr.14180) 832 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:13.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:11.648235+0000 mgr.smithi071.edbdnh (mgr.14180) 833 : 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-21T11:59:14.257 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:59:14.257 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:14.616 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:14.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:13.648631+0000 mgr.smithi071.edbdnh (mgr.14180) 834 : 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-21T11:59:15.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:13.648631+0000 mgr.smithi071.edbdnh (mgr.14180) 834 : 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-21T11:59:15.617 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:15.942 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:59:14.253597+0000 mgr.smithi071.edbdnh (mgr.14180) 835 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:16.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:15 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:59:14.253597+0000 mgr.smithi071.edbdnh (mgr.14180) 835 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:16.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:15.649163+0000 mgr.smithi071.edbdnh (mgr.14180) 836 : 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-21T11:59:16.931 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:59:16.931 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:17.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:15.649163+0000 mgr.smithi071.edbdnh (mgr.14180) 836 : 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-21T11:59:17.298 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:18.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:17 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:59:16.928706+0000 mgr.smithi071.edbdnh (mgr.14180) 837 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:18.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:17 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:59:16.928706+0000 mgr.smithi071.edbdnh (mgr.14180) 837 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:18.299 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:18.926 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:17.649690+0000 mgr.smithi071.edbdnh (mgr.14180) 838 : cluster [DBG] pgmap v489: 97 pgs: 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-21T11:59:19.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:17.649690+0000 mgr.smithi071.edbdnh (mgr.14180) 838 : cluster [DBG] pgmap v489: 97 pgs: 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-21T11:59:19.631 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:59:19.631 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:51:45.043856Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.gelmbj on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:19.991 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:20.992 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:21.020 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:59:19.628548+0000 mgr.smithi071.edbdnh (mgr.14180) 839 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:21.020 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:19.650277+0000 mgr.smithi071.edbdnh (mgr.14180) 840 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:59:21.020 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:59:20.733681+0000 mon.smithi071 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi204.lvotzs"}]: dispatch 2024-01-21T11:59:21.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:59:19.628548+0000 mgr.smithi071.edbdnh (mgr.14180) 839 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:21.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:19.650277+0000 mgr.smithi071.edbdnh (mgr.14180) 840 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:59:21.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:59:20.733681+0000 mon.smithi071 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi204.lvotzs"}]: dispatch 2024-01-21T11:59:21.918 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:59:20.733086+0000 mgr.smithi071.edbdnh (mgr.14180) 841 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs 2024-01-21T11:59:21.919 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs 2024-01-21T11:59:21.919 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs 2024-01-21T11:59:21.919 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs 2024-01-21T11:59:21.919 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Deploy daemon haproxy.nfs.foo.smithi204.lvotzs ... 2024-01-21T11:59:21.919 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:59:21.919 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:59:21.919 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:57:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:59:21.919 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:58:05Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:59:21.919 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:58:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:59:21.919 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:59:21.919 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:59:21.920 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Traceback (most recent call last): 2024-01-21T11:59:21.920 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:59:21.920 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: yield (conn, connr) 2024-01-21T11:59:21.920 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:59:21.920 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: code, '\n'.join(err))) 2024-01-21T11:59:21.920 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs 2024-01-21T11:59:21.920 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs 2024-01-21T11:59:21.920 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs 2024-01-21T11:59:21.920 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs 2024-01-21T11:59:21.920 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Deploy daemon haproxy.nfs.foo.smithi204.lvotzs ... 2024-01-21T11:59:21.920 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:59:21.920 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:59:21.921 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:57:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:59:21.921 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:58:05Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:59:21.921 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:58:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:59:21.921 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:59:21.921 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:59:21.921 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:59:20.733317+0000 mgr.smithi071.edbdnh (mgr.14180) 842 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi204.lvotzs 2024-01-21T11:59:21.921 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:59:20.734460+0000 mgr.smithi071.edbdnh (mgr.14180) 843 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs 2024-01-21T11:59:21.921 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs 2024-01-21T11:59:21.921 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs 2024-01-21T11:59:21.921 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs 2024-01-21T11:59:21.921 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Deploy daemon haproxy.nfs.foo.smithi204.lvotzs ... 2024-01-21T11:59:21.921 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:59:21.921 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:59:21.922 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:57:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:59:21.922 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:58:05Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:59:21.922 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:58:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:59:21.922 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:59:21.922 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T11:59:21.922 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T11:59:20.736206+0000 mgr.smithi071.edbdnh (mgr.14180) 844 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi071.olulce on smithi071 2024-01-21T11:59:22.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:59:20.733086+0000 mgr.smithi071.edbdnh (mgr.14180) 841 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs 2024-01-21T11:59:22.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs 2024-01-21T11:59:22.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs 2024-01-21T11:59:22.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs 2024-01-21T11:59:22.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Deploy daemon haproxy.nfs.foo.smithi204.lvotzs ... 2024-01-21T11:59:22.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:59:22.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:59:22.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:57:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:59:22.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:58:05Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:59:22.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:58:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:59:22.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:59:22.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:59:22.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Traceback (most recent call last): 2024-01-21T11:59:22.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:59:22.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: yield (conn, connr) 2024-01-21T11:59:22.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:59:22.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: code, '\n'.join(err))) 2024-01-21T11:59:22.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs 2024-01-21T11:59:22.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs 2024-01-21T11:59:22.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs 2024-01-21T11:59:22.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs 2024-01-21T11:59:22.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Deploy daemon haproxy.nfs.foo.smithi204.lvotzs ... 2024-01-21T11:59:22.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:59:22.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:59:22.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:57:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:59:22.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:58:05Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:59:22.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:58:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:59:22.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:59:22.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:59:22.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:59:20.733317+0000 mgr.smithi071.edbdnh (mgr.14180) 842 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi204.lvotzs 2024-01-21T11:59:22.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:59:20.734460+0000 mgr.smithi071.edbdnh (mgr.14180) 843 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs 2024-01-21T11:59:22.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs 2024-01-21T11:59:22.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs 2024-01-21T11:59:22.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs 2024-01-21T11:59:22.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Deploy daemon haproxy.nfs.foo.smithi204.lvotzs ... 2024-01-21T11:59:22.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:59:22.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T11:59:22.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:57:28Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:59:22.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:58:05Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:59:22.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:58:43Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T11:59:22.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:59:22.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T11:59:22.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T11:59:20.736206+0000 mgr.smithi071.edbdnh (mgr.14180) 844 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi071.olulce on smithi071 2024-01-21T11:59:22.273 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:59:22.274 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:22.639 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:22.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:21.650734+0000 mgr.smithi071.edbdnh (mgr.14180) 845 : 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-21T11:59:23.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:21.650734+0000 mgr.smithi071.edbdnh (mgr.14180) 845 : 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-21T11:59:23.640 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:23.958 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:59:22.270548+0000 mgr.smithi071.edbdnh (mgr.14180) 846 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:24.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:59:22.270548+0000 mgr.smithi071.edbdnh (mgr.14180) 846 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:24.940 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:59:24.940 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:24.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:23.651180+0000 mgr.smithi071.edbdnh (mgr.14180) 847 : 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-21T11:59:25.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:23.651180+0000 mgr.smithi071.edbdnh (mgr.14180) 847 : 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-21T11:59:25.295 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:26.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:59:24.936693+0000 mgr.smithi071.edbdnh (mgr.14180) 848 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:26.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:25 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:59:24.936693+0000 mgr.smithi071.edbdnh (mgr.14180) 848 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:26.296 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:26.950 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:25.651673+0000 mgr.smithi071.edbdnh (mgr.14180) 849 : 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-21T11:59:27.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:25.651673+0000 mgr.smithi071.edbdnh (mgr.14180) 849 : 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-21T11:59:27.610 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:59:27.610 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:27.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:28.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:59:27.606840+0000 mgr.smithi071.edbdnh (mgr.14180) 850 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:28.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:27.652139+0000 mgr.smithi071.edbdnh (mgr.14180) 851 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:28.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:59:27.606840+0000 mgr.smithi071.edbdnh (mgr.14180) 850 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:28.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:27.652139+0000 mgr.smithi071.edbdnh (mgr.14180) 851 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:28.962 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:30.258 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:59:30.259 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:30.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:31.091 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:29.652642+0000 mgr.smithi071.edbdnh (mgr.14180) 852 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:59:31.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:29.652642+0000 mgr.smithi071.edbdnh (mgr.14180) 852 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:59:31.698 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:32.021 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:31 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:59:30.255016+0000 mgr.smithi071.edbdnh (mgr.14180) 853 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:32.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:31 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:59:30.255016+0000 mgr.smithi071.edbdnh (mgr.14180) 853 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:33.059 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:59:33.059 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:33.081 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:32 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:31.653301+0000 mgr.smithi071.edbdnh (mgr.14180) 854 : 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-21T11:59:33.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:32 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:31.653301+0000 mgr.smithi071.edbdnh (mgr.14180) 854 : 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-21T11:59:33.380 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:34.381 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:34.998 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:59:33.056350+0000 mgr.smithi071.edbdnh (mgr.14180) 855 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:34.998 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:33.653688+0000 mgr.smithi071.edbdnh (mgr.14180) 856 : 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-21T11:59:35.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:59:33.056350+0000 mgr.smithi071.edbdnh (mgr.14180) 855 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:35.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:33.653688+0000 mgr.smithi071.edbdnh (mgr.14180) 856 : 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-21T11:59:35.672 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:59:35.672 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:36.046 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:37.047 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:37.081 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:35.654240+0000 mgr.smithi071.edbdnh (mgr.14180) 857 : 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-21T11:59:37.081 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:59:35.668926+0000 mgr.smithi071.edbdnh (mgr.14180) 858 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:37.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:35.654240+0000 mgr.smithi071.edbdnh (mgr.14180) 857 : 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-21T11:59:37.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:59:35.668926+0000 mgr.smithi071.edbdnh (mgr.14180) 858 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:38.380 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:59:38.381 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:38.667 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:37.654738+0000 mgr.smithi071.edbdnh (mgr.14180) 859 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:38.751 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:38.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:37.654738+0000 mgr.smithi071.edbdnh (mgr.14180) 859 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:39.752 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:39.784 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:39 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:59:38.377239+0000 mgr.smithi071.edbdnh (mgr.14180) 860 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:39.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:39 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:59:38.377239+0000 mgr.smithi071.edbdnh (mgr.14180) 860 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:40.730 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:40 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:39.655383+0000 mgr.smithi071.edbdnh (mgr.14180) 861 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:59:40.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:40 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:39.655383+0000 mgr.smithi071.edbdnh (mgr.14180) 861 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:59:41.111 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:59:41.111 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:41.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:42.477 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:42.793 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:59:41.106190+0000 mgr.smithi071.edbdnh (mgr.14180) 862 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:42.794 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:41.656003+0000 mgr.smithi071.edbdnh (mgr.14180) 863 : 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-21T11:59:43.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:59:41.106190+0000 mgr.smithi071.edbdnh (mgr.14180) 862 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:43.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:41.656003+0000 mgr.smithi071.edbdnh (mgr.14180) 863 : 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-21T11:59:43.761 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:59:43.761 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:44.117 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:45.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:44 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:43.656395+0000 mgr.smithi071.edbdnh (mgr.14180) 864 : 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-21T11:59:45.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:44 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:59:43.757595+0000 mgr.smithi071.edbdnh (mgr.14180) 865 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:45.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:44 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:43.656395+0000 mgr.smithi071.edbdnh (mgr.14180) 864 : 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-21T11:59:45.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:44 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:59:43.757595+0000 mgr.smithi071.edbdnh (mgr.14180) 865 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:45.117 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:46.423 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:59:46.423 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:46.782 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:47.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:45.656857+0000 mgr.smithi071.edbdnh (mgr.14180) 866 : 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-21T11:59:47.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:45.656857+0000 mgr.smithi071.edbdnh (mgr.14180) 866 : 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-21T11:59:47.783 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:48.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:47 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:59:46.419600+0000 mgr.smithi071.edbdnh (mgr.14180) 867 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:48.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:47 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:59:46.419600+0000 mgr.smithi071.edbdnh (mgr.14180) 867 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:48.720 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:47.657562+0000 mgr.smithi071.edbdnh (mgr.14180) 868 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:49.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:47.657562+0000 mgr.smithi071.edbdnh (mgr.14180) 868 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:49.118 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:59:49.118 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:49.474 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:50.475 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:50.800 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:59:49.115622+0000 mgr.smithi071.edbdnh (mgr.14180) 869 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:50.800 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:49.657975+0000 mgr.smithi071.edbdnh (mgr.14180) 870 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:59:51.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:59:49.115622+0000 mgr.smithi071.edbdnh (mgr.14180) 869 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:51.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:49.657975+0000 mgr.smithi071.edbdnh (mgr.14180) 870 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:59:51.763 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:59:51.763 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:52.133 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:53.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:51.658580+0000 mgr.smithi071.edbdnh (mgr.14180) 871 : 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-21T11:59:53.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:59:51.759699+0000 mgr.smithi071.edbdnh (mgr.14180) 872 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:53.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:51.658580+0000 mgr.smithi071.edbdnh (mgr.14180) 871 : 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-21T11:59:53.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:59:51.759699+0000 mgr.smithi071.edbdnh (mgr.14180) 872 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:53.134 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:54.454 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:59:54.454 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:54.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:55.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:53.658933+0000 mgr.smithi071.edbdnh (mgr.14180) 873 : 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-21T11:59:55.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:53.658933+0000 mgr.smithi071.edbdnh (mgr.14180) 873 : 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-21T11:59:55.825 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:56.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:55 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:59:54.450688+0000 mgr.smithi071.edbdnh (mgr.14180) 874 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:56.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:55 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:59:54.450688+0000 mgr.smithi071.edbdnh (mgr.14180) 874 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:57.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:56 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:55.659607+0000 mgr.smithi071.edbdnh (mgr.14180) 875 : 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-21T11:59:57.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:56 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:55.659607+0000 mgr.smithi071.edbdnh (mgr.14180) 875 : 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-21T11:59:57.153 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:59:57.153 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T11:59:57.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:59:58.506 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:59:58.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:59:57.150192+0000 mgr.smithi071.edbdnh (mgr.14180) 876 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:58.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 11:59:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:57.659980+0000 mgr.smithi071.edbdnh (mgr.14180) 877 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:58.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:59:57.150192+0000 mgr.smithi071.edbdnh (mgr.14180) 876 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:59:58.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 11:59:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:57.659980+0000 mgr.smithi071.edbdnh (mgr.14180) 877 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:59:59.843 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T11:59:59.843 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:00.214 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:01.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T11:59:59.660491+0000 mgr.smithi071.edbdnh (mgr.14180) 878 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:00:01.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T11:59:59.839966+0000 mgr.smithi071.edbdnh (mgr.14180) 879 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:01.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:00.000123+0000 mon.smithi071 (mon.0) 683 : cluster [INF] overall HEALTH_OK 2024-01-21T12:00:01.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T11:59:59.660491+0000 mgr.smithi071.edbdnh (mgr.14180) 878 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:00:01.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T11:59:59.839966+0000 mgr.smithi071.edbdnh (mgr.14180) 879 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:01.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:00.000123+0000 mon.smithi071 (mon.0) 683 : cluster [INF] overall HEALTH_OK 2024-01-21T12:00:01.215 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:02.540 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:00:02.541 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:02.820 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:01.661100+0000 mgr.smithi071.edbdnh (mgr.14180) 880 : 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-21T12:00:02.866 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:03.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:01.661100+0000 mgr.smithi071.edbdnh (mgr.14180) 880 : 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-21T12:00:03.867 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:04.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:00:02.537264+0000 mgr.smithi071.edbdnh (mgr.14180) 881 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:04.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:00:02.537264+0000 mgr.smithi071.edbdnh (mgr.14180) 881 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:04.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:03.661681+0000 mgr.smithi071.edbdnh (mgr.14180) 882 : 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-21T12:00:05.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:03.661681+0000 mgr.smithi071.edbdnh (mgr.14180) 882 : 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-21T12:00:05.170 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:00:05.170 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:05.545 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:06.546 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:06.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:00:05.166685+0000 mgr.smithi071.edbdnh (mgr.14180) 883 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:06.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:05.662160+0000 mgr.smithi071.edbdnh (mgr.14180) 884 : 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-21T12:00:07.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:00:05.166685+0000 mgr.smithi071.edbdnh (mgr.14180) 883 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:07.113 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:05.662160+0000 mgr.smithi071.edbdnh (mgr.14180) 884 : 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-21T12:00:07.890 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:00:07.890 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:08.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:08.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:07.662597+0000 mgr.smithi071.edbdnh (mgr.14180) 885 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:08.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:00:07.886672+0000 mgr.smithi071.edbdnh (mgr.14180) 886 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:08.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:07.662597+0000 mgr.smithi071.edbdnh (mgr.14180) 885 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:08.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:00:07.886672+0000 mgr.smithi071.edbdnh (mgr.14180) 886 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:09.254 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:10.594 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:00:10.594 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:10.943 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:09.663024+0000 mgr.smithi071.edbdnh (mgr.14180) 887 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:00:10.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:11.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:09.663024+0000 mgr.smithi071.edbdnh (mgr.14180) 887 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:00:11.946 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:11.976 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:11 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:00:10.590349+0000 mgr.smithi071.edbdnh (mgr.14180) 888 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:12.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:11 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:00:10.590349+0000 mgr.smithi071.edbdnh (mgr.14180) 888 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:12.915 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:11.663518+0000 mgr.smithi071.edbdnh (mgr.14180) 889 : 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-21T12:00:13.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:11.663518+0000 mgr.smithi071.edbdnh (mgr.14180) 889 : 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-21T12:00:13.269 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:00:13.269 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:13.636 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:14.637 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:14.961 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:00:13.266214+0000 mgr.smithi071.edbdnh (mgr.14180) 890 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:14.962 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:13.663909+0000 mgr.smithi071.edbdnh (mgr.14180) 891 : 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-21T12:00:15.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:00:13.266214+0000 mgr.smithi071.edbdnh (mgr.14180) 890 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:15.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:13.663909+0000 mgr.smithi071.edbdnh (mgr.14180) 891 : 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-21T12:00:15.947 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:00:15.947 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:16.327 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:17.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:15.664722+0000 mgr.smithi071.edbdnh (mgr.14180) 892 : 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-21T12:00:17.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:00:15.944439+0000 mgr.smithi071.edbdnh (mgr.14180) 893 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:17.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:15.664722+0000 mgr.smithi071.edbdnh (mgr.14180) 892 : 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-21T12:00:17.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:00:15.944439+0000 mgr.smithi071.edbdnh (mgr.14180) 893 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:17.329 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:18.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:17.665161+0000 mgr.smithi071.edbdnh (mgr.14180) 894 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:18.682 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:00:18.683 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:18.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:17.665161+0000 mgr.smithi071.edbdnh (mgr.14180) 894 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:19.051 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:19.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:00:18.679035+0000 mgr.smithi071.edbdnh (mgr.14180) 895 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:19.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:00:18.679035+0000 mgr.smithi071.edbdnh (mgr.14180) 895 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:20.052 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:20.696 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:19.665553+0000 mgr.smithi071.edbdnh (mgr.14180) 896 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:00:20.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:19.665553+0000 mgr.smithi071.edbdnh (mgr.14180) 896 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:00:21.369 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:00:21.369 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:21.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:22.736 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:23.059 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:00:21.365975+0000 mgr.smithi071.edbdnh (mgr.14180) 897 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:23.060 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:21.666159+0000 mgr.smithi071.edbdnh (mgr.14180) 898 : 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-21T12:00:23.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:00:21.365975+0000 mgr.smithi071.edbdnh (mgr.14180) 897 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:23.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:21.666159+0000 mgr.smithi071.edbdnh (mgr.14180) 898 : 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-21T12:00:24.093 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:00:24.093 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:24.470 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:25.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:23.666565+0000 mgr.smithi071.edbdnh (mgr.14180) 899 : 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-21T12:00:25.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:23.666565+0000 mgr.smithi071.edbdnh (mgr.14180) 899 : 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-21T12:00:25.471 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:25.802 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:00:24.089415+0000 mgr.smithi071.edbdnh (mgr.14180) 900 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:26.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:25 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:00:24.089415+0000 mgr.smithi071.edbdnh (mgr.14180) 900 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:26.806 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:00:26.807 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:27.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:25.667060+0000 mgr.smithi071.edbdnh (mgr.14180) 901 : 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-21T12:00:27.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:25.667060+0000 mgr.smithi071.edbdnh (mgr.14180) 901 : 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-21T12:00:27.158 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:28.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:00:26.803236+0000 mgr.smithi071.edbdnh (mgr.14180) 902 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:28.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:00:26.803236+0000 mgr.smithi071.edbdnh (mgr.14180) 902 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:28.159 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:29.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:27.667680+0000 mgr.smithi071.edbdnh (mgr.14180) 903 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:29.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:27.667680+0000 mgr.smithi071.edbdnh (mgr.14180) 903 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:29.480 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:00:29.480 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:29.832 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:30.833 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:31.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:00:29.476972+0000 mgr.smithi071.edbdnh (mgr.14180) 904 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:31.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:29.668134+0000 mgr.smithi071.edbdnh (mgr.14180) 905 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:00:31.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:00:29.476972+0000 mgr.smithi071.edbdnh (mgr.14180) 904 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:31.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:29.668134+0000 mgr.smithi071.edbdnh (mgr.14180) 905 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:00:32.145 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:00:32.145 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:32.513 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:33.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:32 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:31.668622+0000 mgr.smithi071.edbdnh (mgr.14180) 906 : 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-21T12:00:33.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:32 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:31.668622+0000 mgr.smithi071.edbdnh (mgr.14180) 906 : 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-21T12:00:33.515 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:33.832 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:33 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:00:32.137495+0000 mgr.smithi071.edbdnh (mgr.14180) 907 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:34.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:33 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:00:32.137495+0000 mgr.smithi071.edbdnh (mgr.14180) 907 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:34.808 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:00:34.808 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:35.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:33.669033+0000 mgr.smithi071.edbdnh (mgr.14180) 908 : 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-21T12:00:35.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:33.669033+0000 mgr.smithi071.edbdnh (mgr.14180) 908 : 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-21T12:00:35.173 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:36.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:00:34.804354+0000 mgr.smithi071.edbdnh (mgr.14180) 909 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:36.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:00:34.804354+0000 mgr.smithi071.edbdnh (mgr.14180) 909 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:36.174 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:37.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:35.669646+0000 mgr.smithi071.edbdnh (mgr.14180) 910 : 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-21T12:00:37.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:35.669646+0000 mgr.smithi071.edbdnh (mgr.14180) 910 : 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-21T12:00:37.517 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:00:37.517 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:37.873 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:38.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:00:37.513653+0000 mgr.smithi071.edbdnh (mgr.14180) 911 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:38.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:37.670196+0000 mgr.smithi071.edbdnh (mgr.14180) 912 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:38.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:00:37.513653+0000 mgr.smithi071.edbdnh (mgr.14180) 911 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:38.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:37.670196+0000 mgr.smithi071.edbdnh (mgr.14180) 912 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:38.873 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:40.179 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:00:40.180 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:40.546 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:40.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:40 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:39.670651+0000 mgr.smithi071.edbdnh (mgr.14180) 913 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:00:41.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:40 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:39.670651+0000 mgr.smithi071.edbdnh (mgr.14180) 913 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:00:41.547 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:41.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:41 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:00:40.176020+0000 mgr.smithi071.edbdnh (mgr.14180) 914 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:42.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:41 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:00:40.176020+0000 mgr.smithi071.edbdnh (mgr.14180) 914 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:42.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:41.671280+0000 mgr.smithi071.edbdnh (mgr.14180) 915 : 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-21T12:00:42.940 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:00:42.940 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:43.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:41.671280+0000 mgr.smithi071.edbdnh (mgr.14180) 915 : 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-21T12:00:43.312 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:44.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:00:42.937413+0000 mgr.smithi071.edbdnh (mgr.14180) 916 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:44.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:43 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:00:42.937413+0000 mgr.smithi071.edbdnh (mgr.14180) 916 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:44.314 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:44.950 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:44 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:43.671882+0000 mgr.smithi071.edbdnh (mgr.14180) 917 : 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-21T12:00:45.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:44 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:43.671882+0000 mgr.smithi071.edbdnh (mgr.14180) 917 : 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-21T12:00:45.604 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:00:45.604 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:45.979 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:46.980 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:47.013 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:00:45.600864+0000 mgr.smithi071.edbdnh (mgr.14180) 918 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:47.013 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:45.672509+0000 mgr.smithi071.edbdnh (mgr.14180) 919 : 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-21T12:00:47.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:00:45.600864+0000 mgr.smithi071.edbdnh (mgr.14180) 918 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:47.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:45.672509+0000 mgr.smithi071.edbdnh (mgr.14180) 919 : 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-21T12:00:48.299 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:00:48.299 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:48.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:47.673151+0000 mgr.smithi071.edbdnh (mgr.14180) 920 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:48.662 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:48.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:47.673151+0000 mgr.smithi071.edbdnh (mgr.14180) 920 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:49.664 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:49.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:49 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:00:48.295643+0000 mgr.smithi071.edbdnh (mgr.14180) 921 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:49.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:49 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:00:48.295643+0000 mgr.smithi071.edbdnh (mgr.14180) 921 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:50.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:49.673624+0000 mgr.smithi071.edbdnh (mgr.14180) 922 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:00:50.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:49.673624+0000 mgr.smithi071.edbdnh (mgr.14180) 922 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:00:51.012 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:00:51.012 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:51.394 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:51.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:51 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:00:51.008891+0000 mgr.smithi071.edbdnh (mgr.14180) 923 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:51.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:51 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:00:51.008891+0000 mgr.smithi071.edbdnh (mgr.14180) 923 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:52.395 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:52.721 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:51.674337+0000 mgr.smithi071.edbdnh (mgr.14180) 924 : 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-21T12:00:52.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:51.674337+0000 mgr.smithi071.edbdnh (mgr.14180) 924 : 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-21T12:00:53.727 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:00:53.727 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:54.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:55.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:53.674702+0000 mgr.smithi071.edbdnh (mgr.14180) 925 : 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-21T12:00:55.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:00:53.723437+0000 mgr.smithi071.edbdnh (mgr.14180) 926 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:55.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:53.674702+0000 mgr.smithi071.edbdnh (mgr.14180) 925 : 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-21T12:00:55.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:00:53.723437+0000 mgr.smithi071.edbdnh (mgr.14180) 926 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:55.095 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:56.392 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:00:56.392 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:56.760 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:00:57.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:56 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:55.675257+0000 mgr.smithi071.edbdnh (mgr.14180) 927 : 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-21T12:00:57.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:56 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:55.675257+0000 mgr.smithi071.edbdnh (mgr.14180) 927 : 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-21T12:00:57.761 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:00:58.069 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:00:56.388510+0000 mgr.smithi071.edbdnh (mgr.14180) 928 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:58.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:57 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:00:56.388510+0000 mgr.smithi071.edbdnh (mgr.14180) 928 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:00:59.049 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:00:59.049 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:00:59.075 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:57.675821+0000 mgr.smithi071.edbdnh (mgr.14180) 929 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:59.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:57.675821+0000 mgr.smithi071.edbdnh (mgr.14180) 929 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:00:59.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:01:00.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:00:59 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:00:59.045972+0000 mgr.smithi071.edbdnh (mgr.14180) 930 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:00.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:00:59 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:00:59.045972+0000 mgr.smithi071.edbdnh (mgr.14180) 930 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:00.419 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:01.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:00:59.676285+0000 mgr.smithi071.edbdnh (mgr.14180) 931 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:01:01.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:00:59.676285+0000 mgr.smithi071.edbdnh (mgr.14180) 931 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:01:01.756 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:01:01.756 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:01:02.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:01:03.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:01.676826+0000 mgr.smithi071.edbdnh (mgr.14180) 932 : 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-21T12:01:03.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:01:01.752296+0000 mgr.smithi071.edbdnh (mgr.14180) 933 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:03.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:01.676826+0000 mgr.smithi071.edbdnh (mgr.14180) 932 : 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-21T12:01:03.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:01:01.752296+0000 mgr.smithi071.edbdnh (mgr.14180) 933 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:03.127 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:04.453 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:01:04.453 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:01:04.808 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:01:05.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:03.677207+0000 mgr.smithi071.edbdnh (mgr.14180) 934 : 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-21T12:01:05.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:03.677207+0000 mgr.smithi071.edbdnh (mgr.14180) 934 : 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-21T12:01:05.810 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:06.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:05 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:01:04.446734+0000 mgr.smithi071.edbdnh (mgr.14180) 935 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:06.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:05 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:01:04.446734+0000 mgr.smithi071.edbdnh (mgr.14180) 935 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:07.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:05.677980+0000 mgr.smithi071.edbdnh (mgr.14180) 936 : 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-21T12:01:07.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:05.677980+0000 mgr.smithi071.edbdnh (mgr.14180) 936 : 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-21T12:01:07.124 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:01:07.124 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:01:07.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:01:08.493 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:08.816 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:01:07.121456+0000 mgr.smithi071.edbdnh (mgr.14180) 937 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:08.816 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:07.678638+0000 mgr.smithi071.edbdnh (mgr.14180) 938 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:01:08.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:01:07.121456+0000 mgr.smithi071.edbdnh (mgr.14180) 937 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:08.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:07.678638+0000 mgr.smithi071.edbdnh (mgr.14180) 938 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:01:09.816 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:01:09.816 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:01:10.182 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:01:11.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:09.679167+0000 mgr.smithi071.edbdnh (mgr.14180) 939 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:01:11.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:01:09.812392+0000 mgr.smithi071.edbdnh (mgr.14180) 940 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:11.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:09.679167+0000 mgr.smithi071.edbdnh (mgr.14180) 939 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:01:11.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:01:09.812392+0000 mgr.smithi071.edbdnh (mgr.14180) 940 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:11.183 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:12.475 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:01:12.476 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:01:12.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:11.679688+0000 mgr.smithi071.edbdnh (mgr.14180) 941 : 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-21T12:01:12.932 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:01:13.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:11.679688+0000 mgr.smithi071.edbdnh (mgr.14180) 941 : 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-21T12:01:13.933 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:14.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:01:12.471903+0000 mgr.smithi071.edbdnh (mgr.14180) 942 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:14.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:01:12.471903+0000 mgr.smithi071.edbdnh (mgr.14180) 942 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:14.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:13.680120+0000 mgr.smithi071.edbdnh (mgr.14180) 943 : 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-21T12:01:15.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:13.680120+0000 mgr.smithi071.edbdnh (mgr.14180) 943 : 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-21T12:01:15.231 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:01:15.231 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:01:15.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:01:16.590 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:16.906 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:01:15.227810+0000 mgr.smithi071.edbdnh (mgr.14180) 944 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:16.907 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:15.680741+0000 mgr.smithi071.edbdnh (mgr.14180) 945 : 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-21T12:01:17.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:01:15.227810+0000 mgr.smithi071.edbdnh (mgr.14180) 944 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:17.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:15.680741+0000 mgr.smithi071.edbdnh (mgr.14180) 945 : 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-21T12:01:17.908 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:01:17.909 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:01:18.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:01:18.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:17.681172+0000 mgr.smithi071.edbdnh (mgr.14180) 946 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:01:18.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:01:17.905336+0000 mgr.smithi071.edbdnh (mgr.14180) 947 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:18.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:17.681172+0000 mgr.smithi071.edbdnh (mgr.14180) 946 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:01:18.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:01:17.905336+0000 mgr.smithi071.edbdnh (mgr.14180) 947 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:19.273 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:20.561 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:01:20.561 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:01:20.861 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:19.681636+0000 mgr.smithi071.edbdnh (mgr.14180) 948 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:01:20.921 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:01:21.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:19.681636+0000 mgr.smithi071.edbdnh (mgr.14180) 948 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:01:21.922 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:22.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:01:20.558006+0000 mgr.smithi071.edbdnh (mgr.14180) 949 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:22.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:01:20.558006+0000 mgr.smithi071.edbdnh (mgr.14180) 949 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:22.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:21.682167+0000 mgr.smithi071.edbdnh (mgr.14180) 950 : 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-21T12:01:23.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:21.682167+0000 mgr.smithi071.edbdnh (mgr.14180) 950 : 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-21T12:01:23.240 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:01:23.240 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:01:23.604 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:01:24.605 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:24.947 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:01:23.237076+0000 mgr.smithi071.edbdnh (mgr.14180) 951 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:24.947 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:23.682588+0000 mgr.smithi071.edbdnh (mgr.14180) 952 : 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-21T12:01:25.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:01:23.237076+0000 mgr.smithi071.edbdnh (mgr.14180) 951 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:25.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:23.682588+0000 mgr.smithi071.edbdnh (mgr.14180) 952 : 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-21T12:01:25.903 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:01:25.903 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:01:26.270 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:01:27.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:25.683085+0000 mgr.smithi071.edbdnh (mgr.14180) 953 : 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-21T12:01:27.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:01:25.899466+0000 mgr.smithi071.edbdnh (mgr.14180) 954 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:27.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:25.683085+0000 mgr.smithi071.edbdnh (mgr.14180) 953 : 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-21T12:01:27.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:01:25.899466+0000 mgr.smithi071.edbdnh (mgr.14180) 954 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:27.271 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:28.565 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:01:28.565 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:01:28.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:27.683447+0000 mgr.smithi071.edbdnh (mgr.14180) 955 : cluster [DBG] pgmap v554: 97 pgs: 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-21T12:01:28.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:27.683447+0000 mgr.smithi071.edbdnh (mgr.14180) 955 : cluster [DBG] pgmap v554: 97 pgs: 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-21T12:01:28.945 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:01:29.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:29 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:01:28.561971+0000 mgr.smithi071.edbdnh (mgr.14180) 956 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:29.856 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:29 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:01:28.561971+0000 mgr.smithi071.edbdnh (mgr.14180) 956 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:29.946 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:30.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:29.684108+0000 mgr.smithi071.edbdnh (mgr.14180) 957 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:01:30.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:29.684108+0000 mgr.smithi071.edbdnh (mgr.14180) 957 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:01:31.296 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:01:31.297 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:01:31.661 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:01:32.662 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:32.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:32 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:01:31.293327+0000 mgr.smithi071.edbdnh (mgr.14180) 958 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:32.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:32 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:31.684628+0000 mgr.smithi071.edbdnh (mgr.14180) 959 : 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-21T12:01:33.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:32 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:01:31.293327+0000 mgr.smithi071.edbdnh (mgr.14180) 958 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:33.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:32 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:31.684628+0000 mgr.smithi071.edbdnh (mgr.14180) 959 : 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-21T12:01:33.961 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:01:33.961 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:01:34.337 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:01:35.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:33.685074+0000 mgr.smithi071.edbdnh (mgr.14180) 960 : 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-21T12:01:35.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:01:33.957386+0000 mgr.smithi071.edbdnh (mgr.14180) 961 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:35.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:33.685074+0000 mgr.smithi071.edbdnh (mgr.14180) 960 : 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-21T12:01:35.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:01:33.957386+0000 mgr.smithi071.edbdnh (mgr.14180) 961 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:35.338 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:36.692 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:01:36.692 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:01:36.967 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:35.685605+0000 mgr.smithi071.edbdnh (mgr.14180) 962 : 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-21T12:01:37.042 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:01:37.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:35.685605+0000 mgr.smithi071.edbdnh (mgr.14180) 962 : 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-21T12:01:38.044 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:38.076 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:01:36.688579+0000 mgr.smithi071.edbdnh (mgr.14180) 963 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:38.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:37 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:01:36.688579+0000 mgr.smithi071.edbdnh (mgr.14180) 963 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:38.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:37.686032+0000 mgr.smithi071.edbdnh (mgr.14180) 964 : cluster [DBG] pgmap v559: 97 pgs: 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-21T12:01:39.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:37.686032+0000 mgr.smithi071.edbdnh (mgr.14180) 964 : cluster [DBG] pgmap v559: 97 pgs: 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-21T12:01:39.348 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:01:39.348 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:01:39.708 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:01:40.709 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:41.026 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:40 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:01:39.345485+0000 mgr.smithi071.edbdnh (mgr.14180) 965 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:41.026 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:40 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:39.686688+0000 mgr.smithi071.edbdnh (mgr.14180) 966 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:01:41.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:40 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:01:39.345485+0000 mgr.smithi071.edbdnh (mgr.14180) 965 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:41.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:40 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:39.686688+0000 mgr.smithi071.edbdnh (mgr.14180) 966 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:01:42.016 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:01:42.017 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:01:42.375 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:01:43.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:41.687115+0000 mgr.smithi071.edbdnh (mgr.14180) 967 : 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-21T12:01:43.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:01:42.013539+0000 mgr.smithi071.edbdnh (mgr.14180) 968 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:43.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:41.687115+0000 mgr.smithi071.edbdnh (mgr.14180) 967 : 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-21T12:01:43.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:01:42.013539+0000 mgr.smithi071.edbdnh (mgr.14180) 968 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:43.376 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:44.686 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:01:44.687 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:01:45.049 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:44 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:43.687510+0000 mgr.smithi071.edbdnh (mgr.14180) 969 : 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-21T12:01:45.050 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:01:45.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:44 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:43.687510+0000 mgr.smithi071.edbdnh (mgr.14180) 969 : 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-21T12:01:46.051 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:46.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:01:44.682770+0000 mgr.smithi071.edbdnh (mgr.14180) 970 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:46.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:01:44.682770+0000 mgr.smithi071.edbdnh (mgr.14180) 970 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:47.019 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:45.688247+0000 mgr.smithi071.edbdnh (mgr.14180) 971 : 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-21T12:01:47.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:45.688247+0000 mgr.smithi071.edbdnh (mgr.14180) 971 : 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-21T12:01:47.374 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:01:47.374 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:01:47.732 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:01:48.732 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:48.764 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:01:47.370835+0000 mgr.smithi071.edbdnh (mgr.14180) 972 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:48.764 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:47.688711+0000 mgr.smithi071.edbdnh (mgr.14180) 973 : cluster [DBG] pgmap v564: 97 pgs: 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-21T12:01:48.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:01:47.370835+0000 mgr.smithi071.edbdnh (mgr.14180) 972 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:48.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:47.688711+0000 mgr.smithi071.edbdnh (mgr.14180) 973 : cluster [DBG] pgmap v564: 97 pgs: 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-21T12:01:50.033 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:01:50.033 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:01:50.399 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:01:51.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:49.689145+0000 mgr.smithi071.edbdnh (mgr.14180) 974 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:01:51.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:01:50.029900+0000 mgr.smithi071.edbdnh (mgr.14180) 975 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:51.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:49.689145+0000 mgr.smithi071.edbdnh (mgr.14180) 974 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:01:51.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:01:50.029900+0000 mgr.smithi071.edbdnh (mgr.14180) 975 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:51.400 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:52.793 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:01:52.794 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:54:18.513022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.qiewts on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-qiewts\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.qiewts\nDeploy daemon haproxy.nfs.foo.smithi204.qiewts ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:52: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-21T11:53:02Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:53:40Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.705131Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ohlwmc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-ohlwmc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.ohlwmc\nDeploy daemon haproxy.nfs.foo.smithi071.ohlwmc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:54:55Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:55:32Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:56:10Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:56:47.706333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.tgxcdp on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:01:53.079 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:51.689583+0000 mgr.smithi071.edbdnh (mgr.14180) 976 : 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-21T12:01:53.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:51.689583+0000 mgr.smithi071.edbdnh (mgr.14180) 976 : 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-21T12:01:53.140 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:01:54.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:01:52.790204+0000 mgr.smithi071.edbdnh (mgr.14180) 977 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:54.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:01:53.274375+0000 mon.smithi071 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi071.olulce"}]: dispatch 2024-01-21T12:01:54.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:53 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:01:52.790204+0000 mgr.smithi071.edbdnh (mgr.14180) 977 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:54.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:53 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:01:53.274375+0000 mon.smithi071 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi071.olulce"}]: dispatch 2024-01-21T12:01:54.140 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:55.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T12:01:53.273893+0000 mgr.smithi071.edbdnh (mgr.14180) 978 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce 2024-01-21T12:01:55.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce 2024-01-21T12:01:55.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce 2024-01-21T12:01:55.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce 2024-01-21T12:01:55.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Deploy daemon haproxy.nfs.foo.smithi071.olulce ... 2024-01-21T12:01:55.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T12:01:55.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T12:01:55.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:59:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T12:01:55.084 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T12:00: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-21T12:01:55.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T12:01: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-21T12:01:55.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T12:01:55.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T12:01:55.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Traceback (most recent call last): 2024-01-21T12:01:55.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T12:01:55.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: yield (conn, connr) 2024-01-21T12:01:55.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T12:01:55.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: code, '\n'.join(err))) 2024-01-21T12:01:55.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce 2024-01-21T12:01:55.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce 2024-01-21T12:01:55.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce 2024-01-21T12:01:55.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce 2024-01-21T12:01:55.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Deploy daemon haproxy.nfs.foo.smithi071.olulce ... 2024-01-21T12:01:55.085 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T12:01:55.086 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T12:01:55.086 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:59:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T12:01:55.086 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T12:00: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-21T12:01:55.086 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T12:01: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-21T12:01:55.086 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T12:01:55.086 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T12:01:55.086 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T12:01:53.274061+0000 mgr.smithi071.edbdnh (mgr.14180) 979 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi071.olulce 2024-01-21T12:01:55.086 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T12:01:53.274853+0000 mgr.smithi071.edbdnh (mgr.14180) 980 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce 2024-01-21T12:01:55.086 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce 2024-01-21T12:01:55.086 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce 2024-01-21T12:01:55.086 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce 2024-01-21T12:01:55.086 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: Deploy daemon haproxy.nfs.foo.smithi071.olulce ... 2024-01-21T12:01:55.086 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T12:01:55.086 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T12:01:55.087 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T11:59:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T12:01:55.087 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T12:00: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-21T12:01:55.087 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: stat: stderr time="2024-01-21T12:01: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-21T12:01:55.087 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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-21T12:01:55.087 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T12:01:55.087 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T12:01:53.275969+0000 mgr.smithi071.edbdnh (mgr.14180) 981 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T12:01:55.087 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T12:01:53.276895+0000 mgr.smithi071.edbdnh (mgr.14180) 982 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T12:01:55.087 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:53.277570+0000 mgr.smithi071.edbdnh (mgr.14180) 983 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T12:01:55.087 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:53.747128+0000 mon.smithi071 (mon.0) 685 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T12:01:55.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T12:01:53.273893+0000 mgr.smithi071.edbdnh (mgr.14180) 978 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce 2024-01-21T12:01:55.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce 2024-01-21T12:01:55.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce 2024-01-21T12:01:55.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce 2024-01-21T12:01:55.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Deploy daemon haproxy.nfs.foo.smithi071.olulce ... 2024-01-21T12:01:55.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T12:01:55.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T12:01:55.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:59:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T12:01:55.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T12:00: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-21T12:01:55.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T12:01: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-21T12:01:55.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T12:01:55.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T12:01:55.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Traceback (most recent call last): 2024-01-21T12:01:55.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T12:01:55.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: yield (conn, connr) 2024-01-21T12:01:55.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T12:01:55.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: code, '\n'.join(err))) 2024-01-21T12:01:55.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce 2024-01-21T12:01:55.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce 2024-01-21T12:01:55.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce 2024-01-21T12:01:55.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce 2024-01-21T12:01:55.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Deploy daemon haproxy.nfs.foo.smithi071.olulce ... 2024-01-21T12:01:55.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T12:01:55.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T12:01:55.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:59:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T12:01:55.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T12:00: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-21T12:01:55.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T12:01: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-21T12:01:55.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T12:01:55.095 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T12:01:55.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T12:01:53.274061+0000 mgr.smithi071.edbdnh (mgr.14180) 979 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi071.olulce 2024-01-21T12:01:55.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T12:01:53.274853+0000 mgr.smithi071.edbdnh (mgr.14180) 980 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce 2024-01-21T12:01:55.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce 2024-01-21T12:01:55.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce 2024-01-21T12:01:55.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: /bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce 2024-01-21T12:01:55.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: Deploy daemon haproxy.nfs.foo.smithi071.olulce ... 2024-01-21T12:01:55.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T12:01:55.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T12:01:55.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T11:59:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: 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-21T12:01:55.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T12:00: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-21T12:01:55.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: stat: stderr time="2024-01-21T12:01: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-21T12:01:55.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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-21T12:01:55.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T12:01:55.096 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T12:01:53.275969+0000 mgr.smithi071.edbdnh (mgr.14180) 981 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T12:01:55.097 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T12:01:53.276895+0000 mgr.smithi071.edbdnh (mgr.14180) 982 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T12:01:55.097 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:53.277570+0000 mgr.smithi071.edbdnh (mgr.14180) 983 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T12:01:55.097 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:53.747128+0000 mon.smithi071 (mon.0) 685 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T12:01:55.431 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:01:55.431 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:01:55.788 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:01:56.790 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:57.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:56 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:55.278151+0000 mgr.smithi071.edbdnh (mgr.14180) 984 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T12:01:57.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:56 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:01:55.427508+0000 mgr.smithi071.edbdnh (mgr.14180) 985 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:57.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:56 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:55.278151+0000 mgr.smithi071.edbdnh (mgr.14180) 984 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T12:01:57.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:56 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:01:55.427508+0000 mgr.smithi071.edbdnh (mgr.14180) 985 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:58.128 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:01:58.128 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:01:58.404 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:01:57.213438+0000 mon.smithi071 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T12:01:58.404 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:57.278747+0000 mgr.smithi071.edbdnh (mgr.14180) 986 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-01-21T12:01:58.404 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:01:57.668383+0000 mon.smithi071 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T12:01:58.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:01:58.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:01:57.213438+0000 mon.smithi071 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T12:01:58.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:57.278747+0000 mgr.smithi071.edbdnh (mgr.14180) 986 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-01-21T12:01:58.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:01:57.668383+0000 mon.smithi071 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T12:01:59.489 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:01:59.520 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:01:59 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:01:58.124323+0000 mgr.smithi071.edbdnh (mgr.14180) 987 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:01:59.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:01:59 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:01:58.124323+0000 mgr.smithi071.edbdnh (mgr.14180) 987 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:00.433 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:01:59.279494+0000 mgr.smithi071.edbdnh (mgr.14180) 988 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T12:02:00.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:01:59.279494+0000 mgr.smithi071.edbdnh (mgr.14180) 988 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T12:02:00.800 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:02:00.800 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:02:01.179 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:02:01.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:01 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:00.796306+0000 mgr.smithi071.edbdnh (mgr.14180) 989 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:01.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:01 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:00.796306+0000 mgr.smithi071.edbdnh (mgr.14180) 989 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:02.180 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:02.507 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:01.280152+0000 mgr.smithi071.edbdnh (mgr.14180) 990 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T12:02:02.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:01.280152+0000 mgr.smithi071.edbdnh (mgr.14180) 990 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T12:02:03.527 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:02:03.527 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:02:03.879 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:02:04.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:03.280635+0000 mgr.smithi071.edbdnh (mgr.14180) 991 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T12:02:04.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:03.524106+0000 mgr.smithi071.edbdnh (mgr.14180) 992 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:04.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:03.280635+0000 mgr.smithi071.edbdnh (mgr.14180) 991 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T12:02:04.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:03.524106+0000 mgr.smithi071.edbdnh (mgr.14180) 992 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:04.879 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:06.165 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:02:06.165 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:02:06.536 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:02:06.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:05.281331+0000 mgr.smithi071.edbdnh (mgr.14180) 993 : 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-21T12:02:06.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:05.281331+0000 mgr.smithi071.edbdnh (mgr.14180) 993 : 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-21T12:02:07.540 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:07.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:06.161474+0000 mgr.smithi071.edbdnh (mgr.14180) 994 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:07.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:07 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:06.161474+0000 mgr.smithi071.edbdnh (mgr.14180) 994 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:08.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:07.282092+0000 mgr.smithi071.edbdnh (mgr.14180) 995 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:02:08.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:07.282092+0000 mgr.smithi071.edbdnh (mgr.14180) 995 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:02:08.887 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:02:08.887 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:02:09.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:02:09.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:08.884188+0000 mgr.smithi071.edbdnh (mgr.14180) 996 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:09.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:08.884188+0000 mgr.smithi071.edbdnh (mgr.14180) 996 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:10.254 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:10.570 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:09.282870+0000 mgr.smithi071.edbdnh (mgr.14180) 997 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:02:10.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:09.282870+0000 mgr.smithi071.edbdnh (mgr.14180) 997 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:02:11.551 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:02:11.551 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:02:11.909 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:02:12.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:11.283478+0000 mgr.smithi071.edbdnh (mgr.14180) 998 : 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-21T12:02:12.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:11.548024+0000 mgr.smithi071.edbdnh (mgr.14180) 999 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:12.845 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:11.283478+0000 mgr.smithi071.edbdnh (mgr.14180) 998 : 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-21T12:02:12.845 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:11.548024+0000 mgr.smithi071.edbdnh (mgr.14180) 999 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:12.910 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:14.192 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:02:14.192 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:02:14.569 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:02:14.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:13.284213+0000 mgr.smithi071.edbdnh (mgr.14180) 1000 : 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-21T12:02:14.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:13.284213+0000 mgr.smithi071.edbdnh (mgr.14180) 1000 : 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-21T12:02:15.570 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:15.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:14.188164+0000 mgr.smithi071.edbdnh (mgr.14180) 1001 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:15.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:15 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:14.188164+0000 mgr.smithi071.edbdnh (mgr.14180) 1001 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:16.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:15.285134+0000 mgr.smithi071.edbdnh (mgr.14180) 1002 : 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-21T12:02:16.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:15.285134+0000 mgr.smithi071.edbdnh (mgr.14180) 1002 : 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-21T12:02:16.925 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:02:16.926 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:02:17.284 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:02:17.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:17 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:16.922393+0000 mgr.smithi071.edbdnh (mgr.14180) 1003 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:17.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:17 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:16.922393+0000 mgr.smithi071.edbdnh (mgr.14180) 1003 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:18.284 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:18.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:17.285781+0000 mgr.smithi071.edbdnh (mgr.14180) 1004 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:02:18.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:17.285781+0000 mgr.smithi071.edbdnh (mgr.14180) 1004 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:02:19.679 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:02:19.679 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:02:20.043 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:02:20.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:19.286338+0000 mgr.smithi071.edbdnh (mgr.14180) 1005 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:02:20.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:19.675944+0000 mgr.smithi071.edbdnh (mgr.14180) 1006 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:20.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:19.286338+0000 mgr.smithi071.edbdnh (mgr.14180) 1005 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:02:20.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:19.675944+0000 mgr.smithi071.edbdnh (mgr.14180) 1006 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:21.043 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:22.363 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:02:22.363 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:02:22.673 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:21.286897+0000 mgr.smithi071.edbdnh (mgr.14180) 1007 : 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-21T12:02:22.749 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:02:22.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:21.286897+0000 mgr.smithi071.edbdnh (mgr.14180) 1007 : 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-21T12:02:23.750 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:23.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:22.359700+0000 mgr.smithi071.edbdnh (mgr.14180) 1008 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:23.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:22.359700+0000 mgr.smithi071.edbdnh (mgr.14180) 1008 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:24.686 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:24 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:23.287480+0000 mgr.smithi071.edbdnh (mgr.14180) 1009 : 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-21T12:02:24.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:24 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:23.287480+0000 mgr.smithi071.edbdnh (mgr.14180) 1009 : 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-21T12:02:25.031 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:02:25.031 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:02:25.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:02:25.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:25 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:25.028003+0000 mgr.smithi071.edbdnh (mgr.14180) 1010 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:25.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:25 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:25.028003+0000 mgr.smithi071.edbdnh (mgr.14180) 1010 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:26.390 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:26.736 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:25.288332+0000 mgr.smithi071.edbdnh (mgr.14180) 1011 : 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-21T12:02:26.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:25.288332+0000 mgr.smithi071.edbdnh (mgr.14180) 1011 : 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-21T12:02:27.738 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:02:27.739 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:02:28.174 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:02:28.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:27.289173+0000 mgr.smithi071.edbdnh (mgr.14180) 1012 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:02:28.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:27.735583+0000 mgr.smithi071.edbdnh (mgr.14180) 1013 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:28.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:27.289173+0000 mgr.smithi071.edbdnh (mgr.14180) 1012 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:02:28.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:27.735583+0000 mgr.smithi071.edbdnh (mgr.14180) 1013 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:29.175 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:30.524 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:02:30.525 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:02:30.829 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:29.289697+0000 mgr.smithi071.edbdnh (mgr.14180) 1014 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:02:30.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:29.289697+0000 mgr.smithi071.edbdnh (mgr.14180) 1014 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:02:30.897 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:02:31.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:31 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:30.521301+0000 mgr.smithi071.edbdnh (mgr.14180) 1015 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:31.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:31 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:30.521301+0000 mgr.smithi071.edbdnh (mgr.14180) 1015 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:31.899 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:32.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:32 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:31.290233+0000 mgr.smithi071.edbdnh (mgr.14180) 1016 : 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-21T12:02:32.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:32 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:31.290233+0000 mgr.smithi071.edbdnh (mgr.14180) 1016 : 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-21T12:02:33.234 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:02:33.235 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:02:33.614 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:02:34.614 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:34.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:33.231564+0000 mgr.smithi071.edbdnh (mgr.14180) 1017 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:34.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:33.290714+0000 mgr.smithi071.edbdnh (mgr.14180) 1018 : 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-21T12:02:34.973 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:33.231564+0000 mgr.smithi071.edbdnh (mgr.14180) 1017 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:34.973 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:33.290714+0000 mgr.smithi071.edbdnh (mgr.14180) 1018 : 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-21T12:02:35.965 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:02:35.966 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:02:36.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:02:36.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:35.291411+0000 mgr.smithi071.edbdnh (mgr.14180) 1019 : 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-21T12:02:36.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:35.962821+0000 mgr.smithi071.edbdnh (mgr.14180) 1020 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:37.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:35.291411+0000 mgr.smithi071.edbdnh (mgr.14180) 1019 : 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-21T12:02:37.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:35.962821+0000 mgr.smithi071.edbdnh (mgr.14180) 1020 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:37.322 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:38.635 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:02:38.635 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:02:38.911 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:37.292164+0000 mgr.smithi071.edbdnh (mgr.14180) 1021 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:02:38.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:02:39.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:37.292164+0000 mgr.smithi071.edbdnh (mgr.14180) 1021 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:02:39.989 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:40.020 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:39 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:38.631469+0000 mgr.smithi071.edbdnh (mgr.14180) 1022 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:40.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:39 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:38.631469+0000 mgr.smithi071.edbdnh (mgr.14180) 1022 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:40.973 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:40 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:39.292727+0000 mgr.smithi071.edbdnh (mgr.14180) 1023 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:02:41.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:40 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:39.292727+0000 mgr.smithi071.edbdnh (mgr.14180) 1023 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:02:41.352 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:02:41.353 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:02:41.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:02:42.713 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:43.038 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:41.293342+0000 mgr.smithi071.edbdnh (mgr.14180) 1024 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:02:43.038 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:41.349448+0000 mgr.smithi071.edbdnh (mgr.14180) 1025 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:43.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:41.293342+0000 mgr.smithi071.edbdnh (mgr.14180) 1024 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:02:43.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:41.349448+0000 mgr.smithi071.edbdnh (mgr.14180) 1025 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:44.052 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:02:44.053 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:02:44.444 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:02:44.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:44 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:43.293993+0000 mgr.smithi071.edbdnh (mgr.14180) 1026 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:02:44.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:44 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:44.049494+0000 mgr.smithi071.edbdnh (mgr.14180) 1027 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:44.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:44 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:43.293993+0000 mgr.smithi071.edbdnh (mgr.14180) 1026 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:02:44.898 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:44 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:44.049494+0000 mgr.smithi071.edbdnh (mgr.14180) 1027 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:45.446 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:46.746 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:02:46.746 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:02:46.771 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:45.294853+0000 mgr.smithi071.edbdnh (mgr.14180) 1028 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:02:47.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:45.294853+0000 mgr.smithi071.edbdnh (mgr.14180) 1028 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:02:47.110 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:02:48.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:47 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:46.742415+0000 mgr.smithi071.edbdnh (mgr.14180) 1029 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:48.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:47 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:46.742415+0000 mgr.smithi071.edbdnh (mgr.14180) 1029 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:48.111 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:48.765 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:48 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:47.295647+0000 mgr.smithi071.edbdnh (mgr.14180) 1030 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:02:49.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:48 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:47.295647+0000 mgr.smithi071.edbdnh (mgr.14180) 1030 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:02:49.432 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:02:49.432 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:02:49.843 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:02:50.844 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:50.877 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:49.296166+0000 mgr.smithi071.edbdnh (mgr.14180) 1031 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:02:50.877 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:49.429014+0000 mgr.smithi071.edbdnh (mgr.14180) 1032 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:51.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:49.296166+0000 mgr.smithi071.edbdnh (mgr.14180) 1031 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:02:51.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:49.429014+0000 mgr.smithi071.edbdnh (mgr.14180) 1032 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:52.160 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:02:52.160 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:49.197103Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:49.197706Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:49.197246Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:49.197331Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:49.197396Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:49.197459Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:02:52.518 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:02:52.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:51.296799+0000 mgr.smithi071.edbdnh (mgr.14180) 1033 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:02:53.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:51.296799+0000 mgr.smithi071.edbdnh (mgr.14180) 1033 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:02:53.519 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:53.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:52.156588+0000 mgr.smithi071.edbdnh (mgr.14180) 1034 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:53.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:53.279245+0000 mon.smithi071 (mon.0) 688 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T12:02:54.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:53 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:52.156588+0000 mgr.smithi071.edbdnh (mgr.14180) 1034 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:54.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:53 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:53.279245+0000 mon.smithi071 (mon.0) 688 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T12:02:54.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:53.297384+0000 mgr.smithi071.edbdnh (mgr.14180) 1035 : 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-21T12:02:54.899 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:54.552420+0000 mon.smithi071 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T12:02:55.026 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:53.297384+0000 mgr.smithi071.edbdnh (mgr.14180) 1035 : 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-21T12:02:55.026 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:54.552420+0000 mon.smithi071 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T12:02:55.275 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:02:55.275 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T11:56:51.254951Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T11:56:51.255017Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T11:56:51.255081Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T11:56:51.255548Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T11:56:51.254878Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T11:56:51.254742Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T11:56:51.255607Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T11:56:51.255142Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T11:56:51.255278Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T11:56:51.255204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:02:56.002 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:02:56.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:56 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:55.268805+0000 mgr.smithi071.edbdnh (mgr.14180) 1036 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:56.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:56 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:55.298109+0000 mgr.smithi071.edbdnh (mgr.14180) 1037 : 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-21T12:02:57.003 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:02:57.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:56 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:55.268805+0000 mgr.smithi071.edbdnh (mgr.14180) 1036 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:02:57.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:56 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:55.298109+0000 mgr.smithi071.edbdnh (mgr.14180) 1037 : 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-21T12:02:57.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:56.717865+0000 mon.smithi071 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T12:02:57.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:57.001915+0000 mon.smithi071 (mon.0) 691 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T12:02:57.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:57.002542+0000 mon.smithi071 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T12:02:57.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:57.006615+0000 mon.smithi071 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T12:02:57.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:57.007102+0000 mgr.smithi071.edbdnh (mgr.14180) 1038 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-21T12:02:57.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:57.010203+0000 mon.smithi071 (mon.0) 694 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T12:02:57.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:57.016980+0000 mon.smithi071 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T12:02:57.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:57 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cephadm 2024-01-21T12:02:57.019049+0000 mgr.smithi071.edbdnh (mgr.14180) 1039 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi204.oeenxg on smithi204 2024-01-21T12:02:58.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:57 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:56.717865+0000 mon.smithi071 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T12:02:58.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:57 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:57.001915+0000 mon.smithi071 (mon.0) 691 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T12:02:58.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:57 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:57.002542+0000 mon.smithi071 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T12:02:58.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:57 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:57.006615+0000 mon.smithi071 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T12:02:58.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:57 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:57.007102+0000 mgr.smithi071.edbdnh (mgr.14180) 1038 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-21T12:02:58.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:57 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:57.010203+0000 mon.smithi071 (mon.0) 694 : audit [DBG] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T12:02:58.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:57 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:57.016980+0000 mon.smithi071 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T12:02:58.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:57 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cephadm 2024-01-21T12:02:57.019049+0000 mgr.smithi071.edbdnh (mgr.14180) 1039 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi204.oeenxg on smithi204 2024-01-21T12:02:58.335 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:02:58.336 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:02:58.700 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:02:59.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:58.004980+0000 mon.smithi071 (mon.0) 696 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T12:02:59.083 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:58.005006+0000 mon.smithi071 (mon.0) 697 : cluster [INF] Cluster is now healthy 2024-01-21T12:02:59.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:58.004980+0000 mon.smithi071 (mon.0) 696 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T12:02:59.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:58.005006+0000 mon.smithi071 (mon.0) 697 : cluster [INF] Cluster is now healthy 2024-01-21T12:02:59.701 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:00.018 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:59 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:02:58.332462+0000 mgr.smithi071.edbdnh (mgr.14180) 1040 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:00.018 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:02:59 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:02:59.007500+0000 mgr.smithi071.edbdnh (mgr.14180) 1041 : cluster [DBG] pgmap v600: 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-21T12:03:00.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:59 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:02:58.332462+0000 mgr.smithi071.edbdnh (mgr.14180) 1040 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:00.093 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:02:59 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:02:59.007500+0000 mgr.smithi071.edbdnh (mgr.14180) 1041 : cluster [DBG] pgmap v600: 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-21T12:03:01.012 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:03:01.012 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:03:01.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:03:02.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:01.007990+0000 mgr.smithi071.edbdnh (mgr.14180) 1042 : cluster [DBG] pgmap v601: 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-21T12:03:02.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:03:01.008511+0000 mgr.smithi071.edbdnh (mgr.14180) 1043 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:02.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:01.007990+0000 mgr.smithi071.edbdnh (mgr.14180) 1042 : cluster [DBG] pgmap v601: 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-21T12:03:02.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:03:01.008511+0000 mgr.smithi071.edbdnh (mgr.14180) 1043 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:02.375 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:03.701 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:03:03.701 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:03:03.728 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:03.008506+0000 mgr.smithi071.edbdnh (mgr.14180) 1044 : cluster [DBG] pgmap v602: 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-21T12:03:03.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:03.008506+0000 mgr.smithi071.edbdnh (mgr.14180) 1044 : cluster [DBG] pgmap v602: 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-21T12:03:04.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:03:04.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:04 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:03:03.697536+0000 mgr.smithi071.edbdnh (mgr.14180) 1045 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:04.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:04 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:03:03.697536+0000 mgr.smithi071.edbdnh (mgr.14180) 1045 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:05.066 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:05.736 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:05 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:05.009057+0000 mgr.smithi071.edbdnh (mgr.14180) 1046 : cluster [DBG] pgmap v603: 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-21T12:03:05.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:05 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:05.009057+0000 mgr.smithi071.edbdnh (mgr.14180) 1046 : cluster [DBG] pgmap v603: 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-21T12:03:06.376 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:03:06.377 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:03:06.749 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:03:07.750 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:08.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:03:06.373460+0000 mgr.smithi071.edbdnh (mgr.14180) 1047 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:08.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:07.009574+0000 mgr.smithi071.edbdnh (mgr.14180) 1048 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-21T12:03:08.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:03:06.373460+0000 mgr.smithi071.edbdnh (mgr.14180) 1047 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:08.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:07.009574+0000 mgr.smithi071.edbdnh (mgr.14180) 1048 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-21T12:03:09.023 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:03:09.023 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:03:09.389 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:03:10.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:09.009935+0000 mgr.smithi071.edbdnh (mgr.14180) 1049 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:03:10.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:10 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:03:09.019848+0000 mgr.smithi071.edbdnh (mgr.14180) 1050 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:10.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:09.009935+0000 mgr.smithi071.edbdnh (mgr.14180) 1049 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:03:10.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:10 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:03:09.019848+0000 mgr.smithi071.edbdnh (mgr.14180) 1050 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:10.390 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:11.702 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:03:11.702 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:03:12.090 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:03:12.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:11.010441+0000 mgr.smithi071.edbdnh (mgr.14180) 1051 : 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-21T12:03:12.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:11.010441+0000 mgr.smithi071.edbdnh (mgr.14180) 1051 : 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-21T12:03:13.091 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:13.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:03:11.698497+0000 mgr.smithi071.edbdnh (mgr.14180) 1052 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:13.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:03:12.214988+0000 mon.smithi071 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T12:03:13.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:03:11.698497+0000 mgr.smithi071.edbdnh (mgr.14180) 1052 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:13.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:03:12.214988+0000 mon.smithi071 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.71:0/3796455191' entity='mgr.smithi071.edbdnh' 2024-01-21T12:03:14.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:13.010895+0000 mgr.smithi071.edbdnh (mgr.14180) 1053 : 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-21T12:03:14.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:13.010895+0000 mgr.smithi071.edbdnh (mgr.14180) 1053 : 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-21T12:03:14.456 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:03:14.456 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:03:14.847 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:03:15.848 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:16.156 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:03:14.452878+0000 mgr.smithi071.edbdnh (mgr.14180) 1054 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:16.156 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:15.011388+0000 mgr.smithi071.edbdnh (mgr.14180) 1055 : 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-21T12:03:16.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:03:14.452878+0000 mgr.smithi071.edbdnh (mgr.14180) 1054 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:16.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:15.011388+0000 mgr.smithi071.edbdnh (mgr.14180) 1055 : 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-21T12:03:17.163 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:03:17.163 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:03:17.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:17 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:17.011769+0000 mgr.smithi071.edbdnh (mgr.14180) 1056 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:03:17.453 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:17 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:17.011769+0000 mgr.smithi071.edbdnh (mgr.14180) 1056 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:03:17.546 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:03:18.547 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:18.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:03:17.160034+0000 mgr.smithi071.edbdnh (mgr.14180) 1057 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:18.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:03:17.160034+0000 mgr.smithi071.edbdnh (mgr.14180) 1057 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:19.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:19.012154+0000 mgr.smithi071.edbdnh (mgr.14180) 1058 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:03:19.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:19.012154+0000 mgr.smithi071.edbdnh (mgr.14180) 1058 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:03:19.901 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:03:19.902 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:03:20.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:03:20.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:03:19.898665+0000 mgr.smithi071.edbdnh (mgr.14180) 1059 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:20.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:03:19.898665+0000 mgr.smithi071.edbdnh (mgr.14180) 1059 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:21.255 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:21.581 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:21.012641+0000 mgr.smithi071.edbdnh (mgr.14180) 1060 : 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-21T12:03:21.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:21.012641+0000 mgr.smithi071.edbdnh (mgr.14180) 1060 : 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-21T12:03:22.579 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:03:22.579 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:03:22.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:03:23.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:03:22.575325+0000 mgr.smithi071.edbdnh (mgr.14180) 1061 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:23.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:23.013043+0000 mgr.smithi071.edbdnh (mgr.14180) 1062 : 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-21T12:03:23.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:03:22.575325+0000 mgr.smithi071.edbdnh (mgr.14180) 1061 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:23.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:23.013043+0000 mgr.smithi071.edbdnh (mgr.14180) 1062 : 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-21T12:03:23.938 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:25.228 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:03:25.228 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:03:25.670 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:03:26.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:25.013551+0000 mgr.smithi071.edbdnh (mgr.14180) 1063 : 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-21T12:03:26.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:25.013551+0000 mgr.smithi071.edbdnh (mgr.14180) 1063 : 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-21T12:03:26.671 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:27.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:27 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:03:25.224496+0000 mgr.smithi071.edbdnh (mgr.14180) 1064 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:27.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:27 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:03:25.224496+0000 mgr.smithi071.edbdnh (mgr.14180) 1064 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:27.979 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:03:27.980 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:03:28.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:27.014025+0000 mgr.smithi071.edbdnh (mgr.14180) 1065 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:03:28.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:03:28.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:27.014025+0000 mgr.smithi071.edbdnh (mgr.14180) 1065 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:03:29.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:29 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:03:27.976338+0000 mgr.smithi071.edbdnh (mgr.14180) 1066 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:29.337 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:29.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:29 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:03:27.976338+0000 mgr.smithi071.edbdnh (mgr.14180) 1066 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:30.273 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:29.014676+0000 mgr.smithi071.edbdnh (mgr.14180) 1067 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:03:30.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:29.014676+0000 mgr.smithi071.edbdnh (mgr.14180) 1067 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:03:30.623 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:03:30.624 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:03:30.985 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:03:31.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:31 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:03:30.620474+0000 mgr.smithi071.edbdnh (mgr.14180) 1068 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:31.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:31 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:31.015407+0000 mgr.smithi071.edbdnh (mgr.14180) 1069 : 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-21T12:03:31.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:31 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:03:30.620474+0000 mgr.smithi071.edbdnh (mgr.14180) 1068 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:31.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:31 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:31.015407+0000 mgr.smithi071.edbdnh (mgr.14180) 1069 : 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-21T12:03:31.985 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:33.343 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:03:33.343 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:03:33.691 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:33 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:33.015773+0000 mgr.smithi071.edbdnh (mgr.14180) 1070 : 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-21T12:03:33.692 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:03:33.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:33 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:33.015773+0000 mgr.smithi071.edbdnh (mgr.14180) 1070 : 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-21T12:03:34.693 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:34.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:34 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:03:33.339389+0000 mgr.smithi071.edbdnh (mgr.14180) 1071 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:34.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:34 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:03:33.339389+0000 mgr.smithi071.edbdnh (mgr.14180) 1071 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:35.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:35 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:35.016343+0000 mgr.smithi071.edbdnh (mgr.14180) 1072 : 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-21T12:03:35.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:35 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:35.016343+0000 mgr.smithi071.edbdnh (mgr.14180) 1072 : 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-21T12:03:35.984 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:03:35.984 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:03:36.350 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:03:36.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:03:35.979846+0000 mgr.smithi071.edbdnh (mgr.14180) 1073 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:36.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:03:35.979846+0000 mgr.smithi071.edbdnh (mgr.14180) 1073 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:37.351 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:37.676 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:37.017049+0000 mgr.smithi071.edbdnh (mgr.14180) 1074 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:03:37.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:37 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:37.017049+0000 mgr.smithi071.edbdnh (mgr.14180) 1074 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:03:38.728 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:03:38.728 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:03:39.092 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:03:40.093 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:40.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:40 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:03:38.725036+0000 mgr.smithi071.edbdnh (mgr.14180) 1075 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:40.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:40 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:39.017497+0000 mgr.smithi071.edbdnh (mgr.14180) 1076 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:03:40.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:40 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:03:38.725036+0000 mgr.smithi071.edbdnh (mgr.14180) 1075 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:40.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:40 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:39.017497+0000 mgr.smithi071.edbdnh (mgr.14180) 1076 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:03:41.402 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:03:41.402 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:03:41.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:03:42.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:41.018290+0000 mgr.smithi071.edbdnh (mgr.14180) 1077 : 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-21T12:03:42.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:41.018290+0000 mgr.smithi071.edbdnh (mgr.14180) 1077 : 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-21T12:03:42.784 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:43.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:03:41.398706+0000 mgr.smithi071.edbdnh (mgr.14180) 1078 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:43.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:43 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:03:41.398706+0000 mgr.smithi071.edbdnh (mgr.14180) 1078 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:44.116 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:03:44.116 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:03:44.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:44 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:43.018681+0000 mgr.smithi071.edbdnh (mgr.14180) 1079 : 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-21T12:03:44.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:44 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:43.018681+0000 mgr.smithi071.edbdnh (mgr.14180) 1079 : 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-21T12:03:44.498 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:03:45.499 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:46.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:03:44.112929+0000 mgr.smithi071.edbdnh (mgr.14180) 1080 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:46.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:45.019194+0000 mgr.smithi071.edbdnh (mgr.14180) 1081 : 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-21T12:03:46.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:03:44.112929+0000 mgr.smithi071.edbdnh (mgr.14180) 1080 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:46.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:45.019194+0000 mgr.smithi071.edbdnh (mgr.14180) 1081 : 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-21T12:03:46.841 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:03:46.841 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:03:47.198 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:03:47.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:47 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:03:46.838118+0000 mgr.smithi071.edbdnh (mgr.14180) 1082 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:47.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:47 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:47.019826+0000 mgr.smithi071.edbdnh (mgr.14180) 1083 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:03:47.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:47 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:03:46.838118+0000 mgr.smithi071.edbdnh (mgr.14180) 1082 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:47.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:47 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:47.019826+0000 mgr.smithi071.edbdnh (mgr.14180) 1083 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:03:48.199 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:49.524 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:03:49.524 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:03:49.884 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:03:50.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:49.020233+0000 mgr.smithi071.edbdnh (mgr.14180) 1084 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:03:50.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:49.020233+0000 mgr.smithi071.edbdnh (mgr.14180) 1084 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:03:50.884 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:51.215 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:51 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:03:49.520895+0000 mgr.smithi071.edbdnh (mgr.14180) 1085 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:51.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:51 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:03:49.520895+0000 mgr.smithi071.edbdnh (mgr.14180) 1085 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:52.220 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:03:52.220 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:03:52.244 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:51.020879+0000 mgr.smithi071.edbdnh (mgr.14180) 1086 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:03:52.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:51.020879+0000 mgr.smithi071.edbdnh (mgr.14180) 1086 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:03:52.596 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:03:53.597 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:53.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:03:52.216366+0000 mgr.smithi071.edbdnh (mgr.14180) 1087 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:53.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:53.021502+0000 mgr.smithi071.edbdnh (mgr.14180) 1088 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:03:53.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:53 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:03:52.216366+0000 mgr.smithi071.edbdnh (mgr.14180) 1087 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:53.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:53 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:53.021502+0000 mgr.smithi071.edbdnh (mgr.14180) 1088 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:03:54.881 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:03:54.881 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:03:55.264 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:03:56.265 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:56.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:56 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:03:54.877328+0000 mgr.smithi071.edbdnh (mgr.14180) 1089 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:56.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:56 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:55.022010+0000 mgr.smithi071.edbdnh (mgr.14180) 1090 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:03:56.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:56 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:03:54.877328+0000 mgr.smithi071.edbdnh (mgr.14180) 1089 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:56.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:56 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:55.022010+0000 mgr.smithi071.edbdnh (mgr.14180) 1090 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:03:57.578 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:03:57.578 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:03:57.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:03:58.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:57.022482+0000 mgr.smithi071.edbdnh (mgr.14180) 1091 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:03:58.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:57.022482+0000 mgr.smithi071.edbdnh (mgr.14180) 1091 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:03:58.938 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:03:59.254 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:03:59 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:03:57.575062+0000 mgr.smithi071.edbdnh (mgr.14180) 1092 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:03:59.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:03:59 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:03:57.575062+0000 mgr.smithi071.edbdnh (mgr.14180) 1092 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:00.272 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:04:00.272 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:04:00.297 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:03:59.022894+0000 mgr.smithi071.edbdnh (mgr.14180) 1093 : 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-21T12:04:00.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:03:59.022894+0000 mgr.smithi071.edbdnh (mgr.14180) 1093 : 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-21T12:04:00.628 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:04:01.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:01 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:04:00.268948+0000 mgr.smithi071.edbdnh (mgr.14180) 1094 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:01.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:01 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:01.023478+0000 mgr.smithi071.edbdnh (mgr.14180) 1095 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:04:01.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:01 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:04:00.268948+0000 mgr.smithi071.edbdnh (mgr.14180) 1094 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:01.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:01 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:01.023478+0000 mgr.smithi071.edbdnh (mgr.14180) 1095 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:04:01.629 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:04:02.942 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:04:02.942 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:04:03.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:04:03.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:04:02.937040+0000 mgr.smithi071.edbdnh (mgr.14180) 1096 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:03.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:03.023826+0000 mgr.smithi071.edbdnh (mgr.14180) 1097 : 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-21T12:04:03.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:04:02.937040+0000 mgr.smithi071.edbdnh (mgr.14180) 1096 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:03.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:03.023826+0000 mgr.smithi071.edbdnh (mgr.14180) 1097 : 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-21T12:04:04.320 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:04:05.607 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:04:05.607 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:04:05.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:04:06.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:05.024643+0000 mgr.smithi071.edbdnh (mgr.14180) 1098 : 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-21T12:04:06.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:05.024643+0000 mgr.smithi071.edbdnh (mgr.14180) 1098 : 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-21T12:04:06.970 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:04:07.286 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:04:05.604178+0000 mgr.smithi071.edbdnh (mgr.14180) 1099 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:07.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:07 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:04:05.604178+0000 mgr.smithi071.edbdnh (mgr.14180) 1099 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:08.316 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:04:08.316 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:04:08.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:07.025115+0000 mgr.smithi071.edbdnh (mgr.14180) 1100 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:04:08.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:07.025115+0000 mgr.smithi071.edbdnh (mgr.14180) 1100 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:04:08.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:04:09.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:04:08.312205+0000 mgr.smithi071.edbdnh (mgr.14180) 1101 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:09.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:09.025585+0000 mgr.smithi071.edbdnh (mgr.14180) 1102 : 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-21T12:04:09.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:04:08.312205+0000 mgr.smithi071.edbdnh (mgr.14180) 1101 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:09.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:09.025585+0000 mgr.smithi071.edbdnh (mgr.14180) 1102 : 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-21T12:04:09.678 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:04:11.001 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:04:11.001 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:04:11.350 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:04:12.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:04:10.998015+0000 mgr.smithi071.edbdnh (mgr.14180) 1103 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:12.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:11.026100+0000 mgr.smithi071.edbdnh (mgr.14180) 1104 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:04:12.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:04:10.998015+0000 mgr.smithi071.edbdnh (mgr.14180) 1103 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:12.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:11.026100+0000 mgr.smithi071.edbdnh (mgr.14180) 1104 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:04:12.351 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:04:13.646 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:04:13.647 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:04:13.820 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:13.026528+0000 mgr.smithi071.edbdnh (mgr.14180) 1105 : 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-21T12:04:13.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:13.026528+0000 mgr.smithi071.edbdnh (mgr.14180) 1105 : 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-21T12:04:14.025 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:04:14.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:14 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:04:13.643060+0000 mgr.smithi071.edbdnh (mgr.14180) 1106 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:14.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:14 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:04:13.643060+0000 mgr.smithi071.edbdnh (mgr.14180) 1106 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:15.027 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:04:15.712 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:15 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:15.027148+0000 mgr.smithi071.edbdnh (mgr.14180) 1107 : 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-21T12:04:15.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:15 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:15.027148+0000 mgr.smithi071.edbdnh (mgr.14180) 1107 : 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-21T12:04:16.383 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:04:16.383 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:04:16.758 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:04:17.759 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:04:18.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:04:16.379915+0000 mgr.smithi071.edbdnh (mgr.14180) 1108 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:18.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:17.027739+0000 mgr.smithi071.edbdnh (mgr.14180) 1109 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:04:18.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:04:16.379915+0000 mgr.smithi071.edbdnh (mgr.14180) 1108 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:18.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:17.027739+0000 mgr.smithi071.edbdnh (mgr.14180) 1109 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:04:19.098 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:04:19.098 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:04:19.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:04:20.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:19.028165+0000 mgr.smithi071.edbdnh (mgr.14180) 1110 : 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-21T12:04:20.458 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:04:20.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:20 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:19.028165+0000 mgr.smithi071.edbdnh (mgr.14180) 1110 : 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-21T12:04:21.404 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:21 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:04:19.095003+0000 mgr.smithi071.edbdnh (mgr.14180) 1111 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:21.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:21 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:04:19.095003+0000 mgr.smithi071.edbdnh (mgr.14180) 1111 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:21.771 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:04:21.772 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:04:22.148 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:04:22.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:21.028672+0000 mgr.smithi071.edbdnh (mgr.14180) 1112 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:04:22.334 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:22 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:04:21.768530+0000 mgr.smithi071.edbdnh (mgr.14180) 1113 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:22.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:21.028672+0000 mgr.smithi071.edbdnh (mgr.14180) 1112 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:04:22.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:22 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:04:21.768530+0000 mgr.smithi071.edbdnh (mgr.14180) 1113 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:23.150 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:04:23.802 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:23 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:23.029214+0000 mgr.smithi071.edbdnh (mgr.14180) 1114 : 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-21T12:04:23.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:23 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:23.029214+0000 mgr.smithi071.edbdnh (mgr.14180) 1114 : 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-21T12:04:24.498 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:04:24.498 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:04:24.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:04:25.849 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:04:26.174 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:04:24.495218+0000 mgr.smithi071.edbdnh (mgr.14180) 1115 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:26.174 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:26 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:25.029832+0000 mgr.smithi071.edbdnh (mgr.14180) 1116 : 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-21T12:04:26.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:04:24.495218+0000 mgr.smithi071.edbdnh (mgr.14180) 1115 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:26.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:26 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:25.029832+0000 mgr.smithi071.edbdnh (mgr.14180) 1116 : 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-21T12:04:27.163 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:04:27.163 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:04:27.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:04:28.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:28 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:27.030284+0000 mgr.smithi071.edbdnh (mgr.14180) 1117 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:04:28.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:28 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:27.030284+0000 mgr.smithi071.edbdnh (mgr.14180) 1117 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:04:28.515 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:04:29.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:29 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:04:27.159679+0000 mgr.smithi071.edbdnh (mgr.14180) 1118 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:29.426 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:29 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:04:27.159679+0000 mgr.smithi071.edbdnh (mgr.14180) 1118 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:29.783 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:04:29.783 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:04:30.146 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:04:30.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:29.030637+0000 mgr.smithi071.edbdnh (mgr.14180) 1119 : 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-21T12:04:30.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:30 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:04:29.780236+0000 mgr.smithi071.edbdnh (mgr.14180) 1120 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:30.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:29.030637+0000 mgr.smithi071.edbdnh (mgr.14180) 1119 : 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-21T12:04:30.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:30 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:04:29.780236+0000 mgr.smithi071.edbdnh (mgr.14180) 1120 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:31.147 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:04:31.464 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:31 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:31.031334+0000 mgr.smithi071.edbdnh (mgr.14180) 1121 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:04:31.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:31 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:31.031334+0000 mgr.smithi071.edbdnh (mgr.14180) 1121 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:04:32.425 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:04:32.425 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:04:32.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:04:33.831 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:04:33.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:33 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:04:32.422235+0000 mgr.smithi071.edbdnh (mgr.14180) 1122 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:33.834 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:33 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:33.031745+0000 mgr.smithi071.edbdnh (mgr.14180) 1123 : 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-21T12:04:33.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:33 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:04:32.422235+0000 mgr.smithi071.edbdnh (mgr.14180) 1122 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:33.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:33 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:33.031745+0000 mgr.smithi071.edbdnh (mgr.14180) 1123 : 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-21T12:04:35.146 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:04:35.146 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:04:35.513 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:04:36.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:36 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:35.032232+0000 mgr.smithi071.edbdnh (mgr.14180) 1124 : 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-21T12:04:36.514 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:04:36.546 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:36 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:35.032232+0000 mgr.smithi071.edbdnh (mgr.14180) 1124 : 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-21T12:04:37.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:37 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:04:35.143026+0000 mgr.smithi071.edbdnh (mgr.14180) 1125 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:37.498 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:37 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:04:35.143026+0000 mgr.smithi071.edbdnh (mgr.14180) 1125 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:37.893 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:04:37.893 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:04:38.262 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:04:38.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:38 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:37.032616+0000 mgr.smithi071.edbdnh (mgr.14180) 1126 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:04:38.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:38 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:37.032616+0000 mgr.smithi071.edbdnh (mgr.14180) 1126 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:04:39.262 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:04:39.571 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:39 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:04:37.890197+0000 mgr.smithi071.edbdnh (mgr.14180) 1127 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:39.571 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:39 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:39.033071+0000 mgr.smithi071.edbdnh (mgr.14180) 1128 : 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-21T12:04:39.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:39 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:04:37.890197+0000 mgr.smithi071.edbdnh (mgr.14180) 1127 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:39.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:39 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:39.033071+0000 mgr.smithi071.edbdnh (mgr.14180) 1128 : 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-21T12:04:40.578 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:04:40.578 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:04:40.952 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:04:41.953 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:04:42.280 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:04:40.575156+0000 mgr.smithi071.edbdnh (mgr.14180) 1129 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:42.280 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:42 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:41.033565+0000 mgr.smithi071.edbdnh (mgr.14180) 1130 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:04:42.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:04:40.575156+0000 mgr.smithi071.edbdnh (mgr.14180) 1129 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:42.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:42 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:41.033565+0000 mgr.smithi071.edbdnh (mgr.14180) 1130 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:04:43.265 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:04:43.265 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:04:43.636 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:04:43.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:43 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:43.033943+0000 mgr.smithi071.edbdnh (mgr.14180) 1131 : 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-21T12:04:43.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:43 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:43.033943+0000 mgr.smithi071.edbdnh (mgr.14180) 1131 : 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-21T12:04:44.637 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:04:44.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:44 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:04:43.262022+0000 mgr.smithi071.edbdnh (mgr.14180) 1132 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:44.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:44 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:04:43.262022+0000 mgr.smithi071.edbdnh (mgr.14180) 1132 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:45.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:45 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:45.034689+0000 mgr.smithi071.edbdnh (mgr.14180) 1133 : 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-21T12:04:45.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:45 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:45.034689+0000 mgr.smithi071.edbdnh (mgr.14180) 1133 : 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-21T12:04:45.924 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:04:45.924 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:04:46.293 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:04:46.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:46 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:04:45.920732+0000 mgr.smithi071.edbdnh (mgr.14180) 1134 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:46.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:46 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:04:45.920732+0000 mgr.smithi071.edbdnh (mgr.14180) 1134 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:47.294 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:04:47.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:47 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:47.035363+0000 mgr.smithi071.edbdnh (mgr.14180) 1135 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:04:47.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:47 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:47.035363+0000 mgr.smithi071.edbdnh (mgr.14180) 1135 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:04:48.665 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:04:48.665 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:04:49.018 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:04:50.019 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:04:50.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:04:48.661398+0000 mgr.smithi071.edbdnh (mgr.14180) 1136 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:50.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:50 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:49.035743+0000 mgr.smithi071.edbdnh (mgr.14180) 1137 : 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-21T12:04:50.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:04:48.661398+0000 mgr.smithi071.edbdnh (mgr.14180) 1136 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:50.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:50 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:49.035743+0000 mgr.smithi071.edbdnh (mgr.14180) 1137 : 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-21T12:04:51.335 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:04:51.335 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:04:51.701 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:04:52.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:52 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:51.036304+0000 mgr.smithi071.edbdnh (mgr.14180) 1138 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:04:52.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:52 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:51.036304+0000 mgr.smithi071.edbdnh (mgr.14180) 1138 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:04:52.703 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:04:53.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:53 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:04:51.331968+0000 mgr.smithi071.edbdnh (mgr.14180) 1139 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:53.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:53 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:04:51.331968+0000 mgr.smithi071.edbdnh (mgr.14180) 1139 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:53.991 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:04:53.992 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:04:54.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:53.036868+0000 mgr.smithi071.edbdnh (mgr.14180) 1140 : 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-21T12:04:54.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:54 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:04:53.987400+0000 mgr.smithi071.edbdnh (mgr.14180) 1141 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:54.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:04:54.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:53.036868+0000 mgr.smithi071.edbdnh (mgr.14180) 1140 : 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-21T12:04:54.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:54 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:04:53.987400+0000 mgr.smithi071.edbdnh (mgr.14180) 1141 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:55.343 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:04:55.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:55 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:55.037425+0000 mgr.smithi071.edbdnh (mgr.14180) 1142 : 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-21T12:04:55.374 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:55 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:55.037425+0000 mgr.smithi071.edbdnh (mgr.14180) 1142 : 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-21T12:04:56.641 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:04:56.641 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:04:56.991 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:04:57.992 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:04:58.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:04:56.637758+0000 mgr.smithi071.edbdnh (mgr.14180) 1143 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:58.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:04:58 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:57.037863+0000 mgr.smithi071.edbdnh (mgr.14180) 1144 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:04:58.360 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:04:56.637758+0000 mgr.smithi071.edbdnh (mgr.14180) 1143 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:04:58.361 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:04:58 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:57.037863+0000 mgr.smithi071.edbdnh (mgr.14180) 1144 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:04:59.331 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:04:59.331 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:04:59.698 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:05:00.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:05:00 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:04:59.038301+0000 mgr.smithi071.edbdnh (mgr.14180) 1145 : 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-21T12:05:00.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:05:00 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:04:59.038301+0000 mgr.smithi071.edbdnh (mgr.14180) 1145 : 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-21T12:05:00.699 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:05:01.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:05:01 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:04:59.327505+0000 mgr.smithi071.edbdnh (mgr.14180) 1146 : audit [DBG] from='client.16202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:05:01.333 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:05:01 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:05:01.039012+0000 mgr.smithi071.edbdnh (mgr.14180) 1147 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:05:01.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:05:01 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:04:59.327505+0000 mgr.smithi071.edbdnh (mgr.14180) 1146 : audit [DBG] from='client.16202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:05:01.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:05:01 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:05:01.039012+0000 mgr.smithi071.edbdnh (mgr.14180) 1147 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:05:02.039 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:05:02.039 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:05:02.321 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:05:02 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:05:02.036154+0000 mgr.smithi071.edbdnh (mgr.14180) 1148 : audit [DBG] from='client.16206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:05:02.416 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:05:02.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:05:02 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:05:02.036154+0000 mgr.smithi071.edbdnh (mgr.14180) 1148 : audit [DBG] from='client.16206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:05:03.418 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:05:03.740 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:05:03 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:05:03.039485+0000 mgr.smithi071.edbdnh (mgr.14180) 1149 : 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-21T12:05:03.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:05:03 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:05:03.039485+0000 mgr.smithi071.edbdnh (mgr.14180) 1149 : 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-21T12:05:04.764 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:05:04.764 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:05:05.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:05:06.133 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:05:06.456 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:05:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:05:04.760691+0000 mgr.smithi071.edbdnh (mgr.14180) 1150 : audit [DBG] from='client.16210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:05:06.457 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:05:06 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:05:05.040029+0000 mgr.smithi071.edbdnh (mgr.14180) 1151 : 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-21T12:05:06.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:05:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:05:04.760691+0000 mgr.smithi071.edbdnh (mgr.14180) 1150 : audit [DBG] from='client.16210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:05:06.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:05:06 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:05:05.040029+0000 mgr.smithi071.edbdnh (mgr.14180) 1151 : 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-21T12:05:07.466 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:05:07.466 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:05:07.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:05:07 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:05:07.040685+0000 mgr.smithi071.edbdnh (mgr.14180) 1152 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:05:07.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:05:07 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:05:07.040685+0000 mgr.smithi071.edbdnh (mgr.14180) 1152 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:05:07.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:05:08.831 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:05:08.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:05:08 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:05:07.463192+0000 mgr.smithi071.edbdnh (mgr.14180) 1153 : audit [DBG] from='client.16214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:05:08.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:05:08 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:05:07.463192+0000 mgr.smithi071.edbdnh (mgr.14180) 1153 : audit [DBG] from='client.16214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:05:09.800 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:05:09 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:05:09.041042+0000 mgr.smithi071.edbdnh (mgr.14180) 1154 : 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-21T12:05:09.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:05:09 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:05:09.041042+0000 mgr.smithi071.edbdnh (mgr.14180) 1154 : 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-21T12:05:10.152 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:05:10.152 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:05:10.521 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:05:11.522 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:05:12.442 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:05:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:05:10.148954+0000 mgr.smithi071.edbdnh (mgr.14180) 1155 : audit [DBG] from='client.16218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:05:12.442 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:05:12 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:05:11.041599+0000 mgr.smithi071.edbdnh (mgr.14180) 1156 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:05:12.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:05:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:05:10.148954+0000 mgr.smithi071.edbdnh (mgr.14180) 1155 : audit [DBG] from='client.16218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:05:12.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:05:12 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:05:11.041599+0000 mgr.smithi071.edbdnh (mgr.14180) 1156 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T12:05:12.788 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:05:12.788 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:05:13.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:05:13.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:05:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:05:12.784984+0000 mgr.smithi071.edbdnh (mgr.14180) 1157 : audit [DBG] from='client.16222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:05:13.833 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:05:13 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:05:13.042064+0000 mgr.smithi071.edbdnh (mgr.14180) 1158 : 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-21T12:05:13.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:05:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:05:12.784984+0000 mgr.smithi071.edbdnh (mgr.14180) 1157 : audit [DBG] from='client.16222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:05:13.843 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:05:13 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:05:13.042064+0000 mgr.smithi071.edbdnh (mgr.14180) 1158 : 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-21T12:05:14.148 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:05:15.486 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:05:15.486 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:05:15.861 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:05:16.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:05:16 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:05:15.042682+0000 mgr.smithi071.edbdnh (mgr.14180) 1159 : 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-21T12:05:16.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:05:16 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:05:15.042682+0000 mgr.smithi071.edbdnh (mgr.14180) 1159 : 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-21T12:05:16.862 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1690d858-b852-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T12:05:17.196 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:05:17 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:05:15.482530+0000 mgr.smithi071.edbdnh (mgr.14180) 1160 : audit [DBG] from='client.16226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:05:17.593 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:05:17 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:05:15.482530+0000 mgr.smithi071.edbdnh (mgr.14180) 1160 : audit [DBG] from='client.16226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:05:18.222 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-21T12:05:18.222 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:43:13.366258Z", "last_refresh": "2024-01-21T12:02:56.711387Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:43:09.709990Z", "last_refresh": "2024-01-21T12:02:54.546578Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:43:11.622760Z", "last_refresh": "2024-01-21T12:02:56.711530Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:56:47.707306Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.airirk on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:59:20.734330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi204.lvotzs on smithi204: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi204-lvotzs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi204.lvotzs\nDeploy daemon haproxy.nfs.foo.smithi204.lvotzs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:57:28Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:05Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T11:58:43Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi204 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.274777Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.olulce on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi071-olulce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\n/bin/podman: stderr Error: no such container ceph-1690d858-b852-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi071.olulce\nDeploy daemon haproxy.nfs.foo.smithi071.olulce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T11:59:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T12:00: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-21T12:01: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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T12:01:53.275904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.hwhthf on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T12:01:53.276834Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi204.kmbqsi on smithi204: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-21T11:46:24.587313Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"events": ["2024-01-21T11:46:21.378954Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T11:46:21.365858Z", "last_refresh": "2024-01-21T12:02:54.547179Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:43:08.799054Z", "last_refresh": "2024-01-21T12:02:54.546717Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:07.136895Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:44:07.131251Z", "last_refresh": "2024-01-21T12:02:54.546790Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:46:24.586276Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T11:46:24.582879Z", "last_refresh": "2024-01-21T12:02:56.712007Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:43:12.448727Z", "last_refresh": "2024-01-21T12:02:54.546855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:44:34.910528Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:44:34.906532Z", "last_refresh": "2024-01-21T12:02:54.546918Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:43:10.641154Z", "last_refresh": "2024-01-21T12:02:56.711651Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T12:05:18.373 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:05:18 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:05:17.043137+0000 mgr.smithi071.edbdnh (mgr.14180) 1161 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:05:18.577 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T12:05:18.578 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_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/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-21T12:05:18.806 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=1adbbd6b821e4c3c9b7414c7f53ccd8a 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_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/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-21T12:05:18.807 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-21T12:05:18.816 INFO:tasks.vip:Removing 10.0.15.71 (and any VIPs) on smithi071.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T12:05:18.817 DEBUG:teuthology.orchestra.run.smithi071:> sudo ip addr del 10.0.15.71/16 dev enp3s0f1 2024-01-21T12:05:18.821 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:05:18 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:05:17.043137+0000 mgr.smithi071.edbdnh (mgr.14180) 1161 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T12:05:18.851 DEBUG:teuthology.orchestra.run.smithi071:> sudo ip addr del 10.0.31.71/16 dev enp3s0f1 2024-01-21T12:05:18.918 INFO:teuthology.orchestra.run.smithi071.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-21T12:05:18.919 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-21T12:05:18.919 INFO:tasks.vip:Removing 10.0.15.204 (and any VIPs) on smithi204.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T12:05:18.919 DEBUG:teuthology.orchestra.run.smithi204:> sudo ip addr del 10.0.15.204/16 dev enp3s0f1 2024-01-21T12:05:18.958 DEBUG:teuthology.orchestra.run.smithi204:> sudo ip addr del 10.0.31.71/16 dev enp3s0f1 2024-01-21T12:05:19.029 INFO:teuthology.orchestra.run.smithi204.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-21T12:05:19.030 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-21T12:05:19.031 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-21T12:05:19.040 INFO:tasks.cephadm:Teardown begin 2024-01-21T12:05:19.040 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T12:05:19.067 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T12:05:19.101 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-21T12:05:19.101 DEBUG:teuthology.orchestra.run.smithi071:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-21T12:05:19.125 DEBUG:teuthology.orchestra.run.smithi204:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-21T12:05:19.159 INFO:tasks.cephadm:Stopping all daemons... 2024-01-21T12:05:19.160 INFO:tasks.cephadm.mon.smithi071:Stopping mon.smithi071... 2024-01-21T12:05:19.160 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-1690d858-b852-11ee-95b0-87774f69a715@mon.smithi071 2024-01-21T12:05:19.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:05:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: audit 2024-01-21T12:05:18.219380+0000 mgr.smithi071.edbdnh (mgr.14180) 1162 : audit [DBG] from='client.16230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:05:19.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:05:19 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: cluster 2024-01-21T12:05:19.043625+0000 mgr.smithi071.edbdnh (mgr.14180) 1163 : 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-21T12:05:19.391 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:05:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: audit 2024-01-21T12:05:18.219380+0000 mgr.smithi071.edbdnh (mgr.14180) 1162 : audit [DBG] from='client.16230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T12:05:19.391 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:05:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: cluster 2024-01-21T12:05:19.043625+0000 mgr.smithi071.edbdnh (mgr.14180) 1163 : 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-21T12:05:19.392 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:05:19 smithi071 systemd[1]: Stopping Ceph mon.smithi071 for 1690d858-b852-11ee-95b0-87774f69a715... 2024-01-21T12:05:19.392 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:05:19 smithi071 bash[160266]: Error: no container with name or ID "ceph-1690d858-b852-11ee-95b0-87774f69a715-mon.smithi071" found: no such container 2024-01-21T12:05:19.392 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:05:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T12:05:19.388+0000 7f72320d1700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi071 -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-21T12:05:19.392 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:05:19 smithi071 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071[35224]: debug 2024-01-21T12:05:19.388+0000 7f72320d1700 -1 mon.smithi071@0(leader) e2 *** Got Signal Terminated *** 2024-01-21T12:05:19.942 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 21 12:05:19 smithi071 bash[160304]: ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi071 2024-01-21T12:05:19.949 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1690d858-b852-11ee-95b0-87774f69a715@mon.smithi071.service' 2024-01-21T12:05:19.998 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T12:05:19.998 INFO:tasks.cephadm.mon.smithi071:Stopped mon.smithi071 2024-01-21T12:05:19.998 INFO:tasks.cephadm.mon.smithi204:Stopping mon.smithi204... 2024-01-21T12:05:19.998 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ceph-1690d858-b852-11ee-95b0-87774f69a715@mon.smithi204 2024-01-21T12:05:20.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:05:20 smithi204 systemd[1]: Stopping Ceph mon.smithi204 for 1690d858-b852-11ee-95b0-87774f69a715... 2024-01-21T12:05:20.343 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:05:20 smithi204 bash[58902]: Error: no container with name or ID "ceph-1690d858-b852-11ee-95b0-87774f69a715-mon.smithi204" found: no such container 2024-01-21T12:05:20.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:05:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: debug 2024-01-21T12:05:20.256+0000 7f98db554700 -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-21T12:05:20.344 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:05:20 smithi204 ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204[39152]: debug 2024-01-21T12:05:20.256+0000 7f98db554700 -1 mon.smithi204@1(peon) e2 *** Got Signal Terminated *** 2024-01-21T12:05:20.790 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Jan 21 12:05:20 smithi204 bash[58941]: ceph-1690d858-b852-11ee-95b0-87774f69a715-mon-smithi204 2024-01-21T12:05:20.797 DEBUG:teuthology.orchestra.run.smithi204:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1690d858-b852-11ee-95b0-87774f69a715@mon.smithi204.service' 2024-01-21T12:05:20.843 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T12:05:20.843 INFO:tasks.cephadm.mon.smithi204:Stopped mon.smithi204 2024-01-21T12:05:20.843 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1690d858-b852-11ee-95b0-87774f69a715 --force --keep-logs 2024-01-21T12:06:06.554 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1690d858-b852-11ee-95b0-87774f69a715 --force --keep-logs 2024-01-21T12:06:42.629 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T12:06:42.666 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T12:06:42.697 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-21T12:06:42.700 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524481/remote/ubuntu@smithi071.front.sepia.ceph.com/crash 2024-01-21T12:06:42.701 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/crash -- . 2024-01-21T12:06:42.747 INFO:teuthology.orchestra.run.smithi071.stderr:tar: /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/crash: Cannot open: No such file or directory 2024-01-21T12:06:42.747 INFO:teuthology.orchestra.run.smithi071.stderr:tar: Error is not recoverable: exiting now 2024-01-21T12:06:42.749 DEBUG:teuthology.misc:Transferring archived files from smithi204:/var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524481/remote/ubuntu@smithi204.front.sepia.ceph.com/crash 2024-01-21T12:06:42.750 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/crash -- . 2024-01-21T12:06:42.788 INFO:teuthology.orchestra.run.smithi204.stderr:tar: /var/lib/ceph/1690d858-b852-11ee-95b0-87774f69a715/crash: Cannot open: No such file or directory 2024-01-21T12:06:42.788 INFO:teuthology.orchestra.run.smithi204.stderr:tar: Error is not recoverable: exiting now 2024-01-21T12:06:42.789 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-21T12:06:42.790 DEBUG:teuthology.orchestra.run.smithi071:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-21T12:06:42.819 INFO:teuthology.orchestra.run.smithi071.stderr:grep: /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph.log: No such file or directory 2024-01-21T12:06:42.820 INFO:tasks.cephadm:Compressing logs... 2024-01-21T12:06:42.821 DEBUG:teuthology.orchestra.run.smithi071:> 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-21T12:06:42.863 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-21T12:06:42.889 INFO:teuthology.orchestra.run.smithi071.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-21T12:06:42.890 INFO:teuthology.orchestra.run.smithi071.stderr:: No such file or directory 2024-01-21T12:06:42.890 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-mon.smithi071.log 2024-01-21T12:06:42.890 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi071.twqgul.log 2024-01-21T12:06:42.890 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-volume.log 2024-01-21T12:06:42.891 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-mon.smithi071.log: /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi071.twqgul.log: gzip -5 --verbose -- /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-mgr.smithi071.edbdnh.log 2024-01-21T12:06:42.891 INFO:teuthology.orchestra.run.smithi071.stderr: 59.9% -- replaced with /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi071.twqgul.log.gz 2024-01-21T12:06:42.892 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-osd.3.log 2024-01-21T12:06:42.893 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-volume.log: /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-mgr.smithi071.edbdnh.log: gzip -5 --verbose -- /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-osd.7.log 2024-01-21T12:06:42.893 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-osd.5.log 2024-01-21T12:06:42.894 INFO:teuthology.orchestra.run.smithi204.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-21T12:06:42.894 INFO:teuthology.orchestra.run.smithi204.stderr:: No such file or directory 2024-01-21T12:06:42.894 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-osd.6.log 2024-01-21T12:06:42.894 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-volume.log 2024-01-21T12:06:42.894 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-osd.2.log 2024-01-21T12:06:42.894 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-osd.0.log 2024-01-21T12:06:42.894 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi204.omdamy.log 2024-01-21T12:06:42.894 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-osd.0.log: /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi204.omdamy.log: 81.8% -- replaced with /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi204.omdamy.log.gz 2024-01-21T12:06:42.895 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-osd.4.log 2024-01-21T12:06:42.895 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-mgr.smithi204.htiyyg.log 2024-01-21T12:06:42.895 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-osd.4.log: /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-mgr.smithi204.htiyyg.log: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-21T12:06:42.896 INFO:teuthology.orchestra.run.smithi204.stderr: 92.3% -- replaced with /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-volume.log.gz 2024-01-21T12:06:42.897 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-mon.smithi204.log 2024-01-21T12:06:42.900 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-mon.smithi204.log: 93.0% -- replaced with /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-mgr.smithi204.htiyyg.log.gz 2024-01-21T12:06:42.901 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-osd.7.log: /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-osd.5.log: 92.4% -- replaced with /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-volume.log.gz 2024-01-21T12:06:42.901 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-osd.1.log 2024-01-21T12:06:42.918 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-osd.1.log: 93.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-21T12:06:43.115 INFO:teuthology.orchestra.run.smithi204.stderr: 92.2% -- replaced with /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-mon.smithi204.log.gz 2024-01-21T12:06:43.148 INFO:teuthology.orchestra.run.smithi071.stderr: 89.9% -- replaced with /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-mgr.smithi071.edbdnh.log.gz 2024-01-21T12:06:43.243 INFO:teuthology.orchestra.run.smithi204.stderr: 93.0% -- replaced with /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-osd.4.log.gz 2024-01-21T12:06:43.273 INFO:teuthology.orchestra.run.smithi071.stderr: 93.1% -- replaced with /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-osd.7.log.gz 2024-01-21T12:06:43.311 INFO:teuthology.orchestra.run.smithi204.stderr: 93.0% -- replaced with /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-osd.2.log.gz 2024-01-21T12:06:43.313 INFO:teuthology.orchestra.run.smithi071.stderr: 93.0% -- replaced with /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-osd.5.log.gz 2024-01-21T12:06:43.325 INFO:teuthology.orchestra.run.smithi204.stderr: 93.0% -- replaced with /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-osd.0.log.gz 2024-01-21T12:06:43.341 INFO:teuthology.orchestra.run.smithi071.stderr: 93.5% -- replaced with /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-osd.3.log.gz 2024-01-21T12:06:43.377 INFO:teuthology.orchestra.run.smithi071.stderr: 93.0% -- replaced with /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-osd.1.log.gz 2024-01-21T12:06:43.395 INFO:teuthology.orchestra.run.smithi204.stderr: 92.9% -- replaced with /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-osd.6.log.gz 2024-01-21T12:06:43.401 INFO:teuthology.orchestra.run.smithi204.stderr: 2024-01-21T12:06:43.401 INFO:teuthology.orchestra.run.smithi204.stderr:real 0m0.517s 2024-01-21T12:06:43.401 INFO:teuthology.orchestra.run.smithi204.stderr:user 0m1.886s 2024-01-21T12:06:43.401 INFO:teuthology.orchestra.run.smithi204.stderr:sys 0m0.083s 2024-01-21T12:06:43.635 INFO:teuthology.orchestra.run.smithi071.stderr: 89.9% -- replaced with /var/log/ceph/1690d858-b852-11ee-95b0-87774f69a715/ceph-mon.smithi071.log.gz 2024-01-21T12:06:43.636 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-21T12:06:43.636 INFO:teuthology.orchestra.run.smithi071.stderr:real 0m0.758s 2024-01-21T12:06:43.637 INFO:teuthology.orchestra.run.smithi071.stderr:user 0m2.681s 2024-01-21T12:06:43.637 INFO:teuthology.orchestra.run.smithi071.stderr:sys 0m0.115s 2024-01-21T12:06:43.637 INFO:tasks.cephadm:Archiving logs... 2024-01-21T12:06:43.637 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524481/remote/ubuntu@smithi071.front.sepia.ceph.com/log 2024-01-21T12:06:43.638 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-21T12:06:44.076 DEBUG:teuthology.misc:Transferring archived files from smithi204:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524481/remote/ubuntu@smithi204.front.sepia.ceph.com/log 2024-01-21T12:06:44.077 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-21T12:06:44.414 INFO:tasks.cephadm:Removing cluster... 2024-01-21T12:06:44.414 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1690d858-b852-11ee-95b0-87774f69a715 --force 2024-01-21T12:06:44.784 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1690d858-b852-11ee-95b0-87774f69a715 --force 2024-01-21T12:06:45.153 INFO:tasks.cephadm:Removing cephadm ... 2024-01-21T12:06:45.154 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-21T12:06:45.172 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-21T12:06:45.189 INFO:tasks.cephadm:Teardown complete 2024-01-21T12:06:45.190 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-21T12:06:45.201 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi071:/dev/vg_nvme/lv_1... 2024-01-21T12:06:45.202 DEBUG:teuthology.orchestra.run.smithi071:> sudo nvme disconnect -n lv_1 2024-01-21T12:06:45.332 INFO:teuthology.orchestra.run.smithi071.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-21T12:06:45.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:06:45.333 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi071:/dev/vg_nvme/lv_2... 2024-01-21T12:06:45.333 DEBUG:teuthology.orchestra.run.smithi071:> sudo nvme disconnect -n lv_2 2024-01-21T12:06:45.459 INFO:teuthology.orchestra.run.smithi071.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-21T12:06:45.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:06:45.461 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi071:/dev/vg_nvme/lv_3... 2024-01-21T12:06:45.461 DEBUG:teuthology.orchestra.run.smithi071:> sudo nvme disconnect -n lv_3 2024-01-21T12:06:45.581 INFO:teuthology.orchestra.run.smithi071.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-21T12:06:45.582 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:06:45.583 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi071:/dev/vg_nvme/lv_4... 2024-01-21T12:06:45.583 DEBUG:teuthology.orchestra.run.smithi071:> sudo nvme disconnect -n lv_4 2024-01-21T12:06:45.707 INFO:teuthology.orchestra.run.smithi071.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-21T12:06:45.708 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:06:45.709 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-21T12:06:45.709 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/scratch_devs 2024-01-21T12:06:45.735 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi204:/dev/vg_nvme/lv_1... 2024-01-21T12:06:45.736 DEBUG:teuthology.orchestra.run.smithi204:> sudo nvme disconnect -n lv_1 2024-01-21T12:06:45.866 INFO:teuthology.orchestra.run.smithi204.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-21T12:06:45.867 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:06:45.867 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi204:/dev/vg_nvme/lv_2... 2024-01-21T12:06:45.867 DEBUG:teuthology.orchestra.run.smithi204:> sudo nvme disconnect -n lv_2 2024-01-21T12:06:45.986 INFO:teuthology.orchestra.run.smithi204.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-21T12:06:45.987 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:06:45.988 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi204:/dev/vg_nvme/lv_3... 2024-01-21T12:06:45.988 DEBUG:teuthology.orchestra.run.smithi204:> sudo nvme disconnect -n lv_3 2024-01-21T12:06:46.110 INFO:teuthology.orchestra.run.smithi204.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-21T12:06:46.111 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:06:46.112 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi204:/dev/vg_nvme/lv_4... 2024-01-21T12:06:46.112 DEBUG:teuthology.orchestra.run.smithi204:> sudo nvme disconnect -n lv_4 2024-01-21T12:06:46.240 INFO:teuthology.orchestra.run.smithi204.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-21T12:06:46.241 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:06:46.241 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-01-21T12:06:46.241 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/scratch_devs 2024-01-21T12:06:46.268 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-21T12:06:46.280 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-21T12:06:46.280 DEBUG:teuthology.orchestra.run.smithi071:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T12:06:46.283 DEBUG:teuthology.orchestra.run.smithi204:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T12:06:46.298 INFO:teuthology.orchestra.run.smithi071.stderr:bash: ntpq: command not found 2024-01-21T12:06:46.302 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T12:06:46.303 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-01-21T12:06:46.303 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 14 +248us[ +248us] +/- 74ms 2024-01-21T12:06:46.303 INFO:teuthology.orchestra.run.smithi071.stdout:^* hv02.front.sepia.ceph.com 3 6 377 16 -858us[ -845us] +/- 57ms 2024-01-21T12:06:46.303 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 13 +776us[ +776us] +/- 74ms 2024-01-21T12:06:46.303 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T12:06:46.325 INFO:teuthology.orchestra.run.smithi204.stderr:bash: ntpq: command not found 2024-01-21T12:06:46.329 INFO:teuthology.orchestra.run.smithi204.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T12:06:46.329 INFO:teuthology.orchestra.run.smithi204.stdout:=============================================================================== 2024-01-21T12:06:46.330 INFO:teuthology.orchestra.run.smithi204.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 14 +270us[ +270us] +/- 74ms 2024-01-21T12:06:46.330 INFO:teuthology.orchestra.run.smithi204.stdout:^* hv02.front.sepia.ceph.com 3 6 377 16 -833us[ -833us] +/- 57ms 2024-01-21T12:06:46.330 INFO:teuthology.orchestra.run.smithi204.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 13 +766us[ +766us] +/- 74ms 2024-01-21T12:06:46.330 INFO:teuthology.orchestra.run.smithi204.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T12:06:46.331 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-21T12:06:46.340 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-21T12:06:46.341 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-21T12:06:46.354 DEBUG:teuthology.orchestra.run.smithi071:> 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-21T12:06:46.425 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-21T12:06:46.484 DEBUG:teuthology.orchestra.run.smithi071:> 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-21T12:06:46.514 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:06:46.515 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-21T12:06:46.543 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:06:46.544 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-21T12:06:46.554 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-21T12:06:46.677 INFO:teuthology.task.internal:Duration was 1848.814895 seconds 2024-01-21T12:06:46.677 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-21T12:06:46.694 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-21T12:06:46.694 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-21T12:06:46.698 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-21T12:06:46.741 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T12:06:46.744 INFO:teuthology.orchestra.run.smithi204.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T12:06:47.094 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-21T12:06:47.094 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi071.front.sepia.ceph.com 2024-01-21T12:06:47.094 DEBUG:teuthology.orchestra.run.smithi071:> 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-21T12:06:47.117 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi204.front.sepia.ceph.com 2024-01-21T12:06:47.117 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-21T12:06:47.139 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-21T12:06:47.140 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-21T12:06:47.160 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-21T12:06:47.232 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-21T12:06:47.233 DEBUG:teuthology.orchestra.run.smithi071:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-21T12:06:47.235 DEBUG:teuthology.orchestra.run.smithi204:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-21T12:06:47.387 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-21T12:06:47.397 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-21T12:06:47.398 DEBUG:teuthology.orchestra.run.smithi071:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-21T12:06:47.424 DEBUG:teuthology.orchestra.run.smithi204:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-21T12:06:47.451 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-21T12:06:47.462 DEBUG:teuthology.orchestra.run.smithi071:> 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-21T12:06:47.466 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-21T12:06:47.490 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = core 2024-01-21T12:06:47.517 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = core 2024-01-21T12:06:47.536 DEBUG:teuthology.orchestra.run.smithi071:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-21T12:06:47.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:06:47.591 DEBUG:teuthology.orchestra.run.smithi204:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-21T12:06:47.607 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T12:06:47.608 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-21T12:06:47.619 INFO:teuthology.task.internal:Transferring archived files... 2024-01-21T12:06:47.620 DEBUG:teuthology.misc:Transferring archived files from smithi071:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524481/remote/smithi071 2024-01-21T12:06:47.621 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-21T12:06:47.680 DEBUG:teuthology.misc:Transferring archived files from smithi204:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524481/remote/smithi204 2024-01-21T12:06:47.681 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-21T12:06:47.720 INFO:teuthology.task.internal:Removing archive directory... 2024-01-21T12:06:47.720 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-21T12:06:47.722 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-21T12:06:47.771 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-21T12:06:47.784 INFO:teuthology.task.internal:Not uploading archives. 2024-01-21T12:06:47.784 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-21T12:06:47.809 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-21T12:06:47.809 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-21T12:06:47.811 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-21T12:06:47.826 INFO:teuthology.orchestra.run.smithi071.stdout: 526072 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 21 12:06 /home/ubuntu/cephtest 2024-01-21T12:06:47.829 INFO:teuthology.orchestra.run.smithi204.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 21 12:06 /home/ubuntu/cephtest 2024-01-21T12:06:47.830 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-21T12:06:47.841 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-21T12:06:47.902 INFO:teuthology.nuke:Checking targets against current locks 2024-01-21T12:06:47.928 DEBUG:teuthology.nuke:shortname: smithi071 2024-01-21T12:06:47.929 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T12:06:47.954 DEBUG:teuthology.nuke:shortname: smithi204 2024-01-21T12:06:47.955 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T12:06:47.978 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi204.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524481', '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-21 11:19:58.698640', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA4M7Y+PWUuI63+3WRMUz3ob6eZKP3+8NOTSlyqgvEHDkRP4Jpc2ulbVe2dVU83UzMSIBeo2ihAoDYPDH9jo9fU='} 2024-01-21T12:06:47.982 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524481', '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-21 11:19:58.700110', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPouNCGXV+z5H1qYbrq+z2Vto+kHjgTT9sbEU+5mgaWUroSPQFCZwPjr/zt6WyxOnQCtZ+iMrmSiTN3/XcVWuAw='} 2024-01-21T12:06:48.032 INFO:teuthology.orchestra.console.smithi071:Power off 2024-01-21T12:06:48.032 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-21T12:06:48.047 INFO:teuthology.orchestra.console.smithi204:Power off 2024-01-21T12:06:48.048 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-21T12:06:48.058 DEBUG:teuthology.orchestra.console.smithi071:power off output: Chassis Power Control: Down/Off 2024-01-21T12:06:48.058 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T12:06:48.072 DEBUG:teuthology.orchestra.console.smithi204:power off output: Chassis Power Control: Down/Off 2024-01-21T12:06:48.072 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T12:06:48.081 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2024-01-21T12:06:48.096 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is on 2024-01-21T12:06:52.082 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T12:06:52.097 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T12:06:52.191 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2024-01-21T12:06:52.207 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is on 2024-01-21T12:06:56.196 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T12:06:56.208 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T12:06:56.306 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2024-01-21T12:06:56.318 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is on 2024-01-21T12:07:00.311 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T12:07:00.319 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T12:07:00.422 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is off 2024-01-21T12:07:00.428 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is off 2024-01-21T12:07:00.523 INFO:teuthology.orchestra.console.smithi071:Power off completed 2024-01-21T12:07:00.530 INFO:teuthology.orchestra.console.smithi204:Power off completed 2024-01-21T12:07:00.634 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: 1848.8148946762085 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=1adbbd6b821e4c3c9b7414c7f53ccd8a status: fail success: false 2024-01-21T12:07:00.635 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-21T12:07:00.718 INFO:teuthology.run:FAIL